Base:
property
Constructor
Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedContainer.Constructor
1 write to Constructor
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
53Constructor = isStruct ? null : new SynthesizedClosureEnvironmentConstructor(this);
10 references to Constructor
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.cs (10)
345if (frame.Constructor != null) 348frame.Constructor, 350MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, Diagnostics), 351frame.Constructor)); 542frame.Constructor, 544MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, diagnostics), 545frame.Constructor)); 553F.New(frame.Constructor)), 663if ((object)frame.Constructor != null) 665MethodSymbol constructor = frame.Constructor.AsMember(frameType);