Base:
property
Constructor
Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedContainer.Constructor
1 write to Constructor
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
59
Constructor
= isStruct ? null : new SynthesizedClosureEnvironmentConstructor(this);
10 references to Constructor
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.cs (10)
365
if (frame.
Constructor
!= null)
368
frame.
Constructor
,
370
MethodCompiler.BindSynthesizedMethodBody(frame.
Constructor
, CompilationState, Diagnostics),
371
frame.
Constructor
));
565
frame.
Constructor
,
567
MethodCompiler.BindSynthesizedMethodBody(frame.
Constructor
, CompilationState, diagnostics),
568
frame.
Constructor
));
576
F.New(frame.
Constructor
)),
689
if ((object)frame.
Constructor
!= null)
691
MethodSymbol constructor = frame.
Constructor
.AsMember(frameType);