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