#if !NET6 using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace System.Runtime.CompilerServices; /// /// Reserved to be used by the compiler for tracking metadata. /// This class should not be used by developers in source code. /// [ExcludeFromCodeCoverage, DebuggerNonUserCode] internal static class IsExternalInit { } #endif