2 references to NeedsNullableAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeSymbol.cs (1)
626return TypeWithAnnotations.NeedsNullableAttribute(typeWithAnnotationsOpt: default, typeOpt: this);
Symbols\TypeWithAnnotations.cs (1)
558return NeedsNullableAttribute(this, typeOpt: null);