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