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