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)
48return _isNullableEnabled;