1 instantiation of SynthesizedMetadataCompiler
Microsoft.CodeAnalysis.CSharp (1)
Compiler\SynthesizedMetadataCompiler.cs (1)
48
var compiler = new
SynthesizedMetadataCompiler
(moduleBeingBuilt, cancellationToken);
2 references to SynthesizedMetadataCompiler
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3480
SynthesizedMetadataCompiler
.ProcessSynthesizedMembers(this, moduleBeingBuilt, cancellationToken);
Compiler\SynthesizedMetadataCompiler.cs (1)
48
var
compiler = new SynthesizedMetadataCompiler(moduleBeingBuilt, cancellationToken);