Base:
property
Constructor
Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedContainer.Constructor
1 write to Constructor
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
58Constructor = isStruct ? null : new SynthesizedClosureEnvironmentConstructor(this);
10 references to Constructor
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.cs (10)
355if (frame.Constructor != null) 358frame.Constructor, 360MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, Diagnostics), 361frame.Constructor)); 555frame.Constructor, 557MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, diagnostics), 558frame.Constructor)); 566F.New(frame.Constructor)), 679if ((object)frame.Constructor != null) 681MethodSymbol constructor = frame.Constructor.AsMember(frameType);