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