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