1 write to _symbol
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs (1)
19
_symbol
= symbol;
2 references to _symbol
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs (2)
28
public bool IsNamespace =>
_symbol
.IsNamespace;
30
public bool IsType =>
_symbol
.IsType;