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