System.Diagnostics.CodeAnalysis.MemberNotNullAttribute sealed class MemberNotNullAttribute : Attribute Specifies that the method or property will ensure that the listed field and property members have not-null values. Documentation Code namespace System.Diagnostics.CodeAnalysis { }