// NOTE C# 9.0 support // https://stackoverflow.com/a/64749403/859738 // ReSharper disable once CheckNamespace namespace System.Runtime.CompilerServices { #pragma warning disable SA1649 // File name should match first type name public class IsExternalInit { } #pragma warning restore SA1649 // File name should match first type name }