2 writes to _typeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (2)
23_typeWithAnnotations = typeWithAnnotations; 31_typeWithAnnotations = default;
3 references to _typeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (3)
36internal TypeWithAnnotations TypeWithAnnotations => _typeWithAnnotations; 38internal bool IsType => !_typeWithAnnotations.IsDefault; 41internal bool IsDefault => !_typeWithAnnotations.HasType && _symbol is null;