Namespace System.Diagnostics.CodeAnalysis
Classes
MemberNotNullAttribute
Specifies that the method or property will ensure that the listed field and property members have not-null values.
MemberNotNullWhenAttribute
Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.