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