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