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)
350if (frame.Constructor != null) 353frame.Constructor, 355MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, Diagnostics), 356frame.Constructor)); 550frame.Constructor, 552MethodCompiler.BindSynthesizedMethodBody(frame.Constructor, CompilationState, diagnostics), 553frame.Constructor)); 561F.New(frame.Constructor)), 674if ((object)frame.Constructor != null) 676MethodSymbol constructor = frame.Constructor.AsMember(frameType);