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)
69if (_moduleBeingBuilt != null) 86_moduleBeingBuilt.AddSynthesizedDefinition(symbol, synthesizedExplicitImpl.GetCciAdapter()); 111_moduleBeingBuilt.AddSynthesizedDefinition(sourceProperty.ContainingType, synthesizedAccessor.GetCciAdapter());