4 instantiations of SynthesizedStaticConstructor
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (2)
600
MethodSymbol method = new
SynthesizedStaticConstructor
(sourceTypeSymbol);
623
new
SynthesizedStaticConstructor
(containingType),
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
66
StaticConstructor = new
SynthesizedStaticConstructor
(this);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4847
builder.AddNonTypeMember(new
SynthesizedStaticConstructor
(this), declaredMembersAndInitializers);
2 references to SynthesizedStaticConstructor
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (1)
1316
if (_emitMethodBodies && (methodSymbol is not
SynthesizedStaticConstructor
cctor || cctor.ShouldEmit(processedInitializers.BoundInitializers)))
Symbols\MemberSymbolExtensions.cs (1)
471
if (method is
SynthesizedStaticConstructor
cctor && !cctor.ShouldEmit())