using System.ComponentModel; // ReSharper disable once CheckNamespace namespace System.Runtime.CompilerServices { #if USCSHARP9 /// /// Reserved to be used by the compiler for tracking metadata. /// This class should not be used by developers in source code. /// [EditorBrowsable(EditorBrowsableState.Never)] internal static class IsExternalInit { } #endif }