2 writes to _symbol
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (2)
24_symbol = null; 32_symbol = symbol;
4 references to _symbol
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (4)
37internal Symbol Symbol => _symbol ?? TypeWithAnnotations.Type; 39internal bool IsAlias => _symbol?.Kind == SymbolKind.Alias; 41internal bool IsDefault => !_typeWithAnnotations.HasType && _symbol is null; 47Debug.Assert(_symbol?.Kind == SymbolKind.Alias); // Not meaningful to use this property otherwise