3 instantiations of 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);
2 references to SynthesizedStaticConstructor
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (1)
1344if (_emitMethodBodies && (methodSymbol is not SynthesizedStaticConstructor cctor || cctor.ShouldEmit(processedInitializers.BoundInitializers)))
Symbols\MemberSymbolExtensions.cs (1)
643if (method is SynthesizedStaticConstructor cctor && !cctor.ShouldEmit())