1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\ModuleSymbol.cs (1)
19
_underlying
= underlying;
6 references to _underlying
Microsoft.CodeAnalysis.CSharp (6)
Symbols\PublicModel\ModuleSymbol.cs (6)
22
internal override CSharp.Symbol UnderlyingSymbol =>
_underlying
;
28
return
_underlying
.GlobalNamespace.GetPublicSymbol();
34
return
_underlying
.GetModuleNamespace(namespaceSymbol).GetPublicSymbol();
41
return
_underlying
.ReferencedAssemblySymbols.GetPublicSymbols();
45
ImmutableArray<AssemblyIdentity> IModuleSymbol.ReferencedAssemblies =>
_underlying
.ReferencedAssemblies;
47
ModuleMetadata IModuleSymbol.GetMetadata() =>
_underlying
.GetMetadata();