4 references to SynthesizedStaticConstructor
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (2)
593MethodSymbol method = new SynthesizedStaticConstructor(sourceTypeSymbol); 616new SynthesizedStaticConstructor(containingType),
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
66StaticConstructor = new SynthesizedStaticConstructor(this);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4801builder.AddNonTypeMember(new SynthesizedStaticConstructor(this), declaredMembersAndInitializers);