1 write to _underlyingModule
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ModuleReference.cs (1)
28
_underlyingModule
= underlyingModule;
6 references to _underlyingModule
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\ModuleReference.cs (6)
40
return
_underlyingModule
.MetadataName;
56
return
_underlyingModule
.Name;
62
return
_underlyingModule
.GetHash(algorithmId);
68
ReferenceEquals(_moduleBeingBuilt.SourceModule.ContainingAssembly,
_underlyingModule
.ContainingAssembly))
73
return _moduleBeingBuilt.Translate(
_underlyingModule
.ContainingAssembly, context.Diagnostics);
78
return
_underlyingModule
.ToString();