1 write to _moduleBeingBuilt
Microsoft.CodeAnalysis.CSharp (1)
Compiler\SynthesizedMetadataCompiler.cs (1)
32
_moduleBeingBuilt
= moduleBeingBuilt;
3 references to _moduleBeingBuilt
Microsoft.CodeAnalysis.CSharp (3)
Compiler\SynthesizedMetadataCompiler.cs (3)
69
if (
_moduleBeingBuilt
!= null)
86
_moduleBeingBuilt
.AddSynthesizedDefinition(symbol, synthesizedExplicitImpl.GetCciAdapter());
111
_moduleBeingBuilt
.AddSynthesizedDefinition(sourceProperty.ContainingType, synthesizedAccessor.GetCciAdapter());