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