/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. *--------------------------------------------------------------------------------------------*/ #if NET8_0_OR_GREATER [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsExternalInit))] #else using System.ComponentModel; namespace System.Runtime.CompilerServices; /// /// Reserved to be used by the compiler for tracking metadata. /// [EditorBrowsable(EditorBrowsableState.Never)] internal static class IsExternalInit; #endif