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)
36
internal TypeWithAnnotations TypeWithAnnotations =>
_typeWithAnnotations
;
38
internal bool IsType => !
_typeWithAnnotations
.IsDefault;
41
internal bool IsDefault => !
_typeWithAnnotations
.HasType && _symbol is null;