namespace System.Runtime.CompilerServices { using System.ComponentModel; /// /// Reserved to be used by the compiler for tracking metadata. /// This class should not be used by developers in source code. /// [EditorBrowsable(EditorBrowsableState.Never)] public static class IsExternalInit { } }