3 references to SynthesizedStaticConstructor
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (2)
612MethodSymbol method = new SynthesizedStaticConstructor(sourceTypeSymbol); 635new SynthesizedStaticConstructor(containingType),
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
66StaticConstructor = new SynthesizedStaticConstructor(this);