namespace System.Runtime.CompilerServices { /// /// Marker the compiler requires before it will emit an init-only setter. /// internal static class IsExternalInit { // See https://stackoverflow.com/q/64749385 } }