1 write to _underlyingModule
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ModuleReference.cs (1)
29
_underlyingModule
= underlyingModule;
6 references to _underlyingModule
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\ModuleReference.cs (6)
41
return
_underlyingModule
.MetadataName;
57
return
_underlyingModule
.Name;
63
return
_underlyingModule
.GetHash(algorithmId);
69
ReferenceEquals(_moduleBeingBuilt.SourceModule.ContainingAssembly,
_underlyingModule
.ContainingAssembly))
74
return _moduleBeingBuilt.Translate(
_underlyingModule
.ContainingAssembly, context.Diagnostics);
79
return
_underlyingModule
.ToString();