2 writes to _isNullableEnabled
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (2)
25
_isNullableEnabled
= false; // Not meaningful for a TypeWithAnnotations, it already baked the fact into its content.
33
_isNullableEnabled
= isNullableEnabled;
1 reference to _isNullableEnabled
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
48
return
_isNullableEnabled
;