using System.ComponentModel; namespace System.Runtime.CompilerServices; /// /// Workaround class for records and "init" keyword /// [EditorBrowsable(EditorBrowsableState.Never)] internal class IsExternalInit { }