1 write to Prologue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2269
this.
Prologue
= prologue;
14 references to Prologue
Microsoft.CodeAnalysis.CSharp (14)
BoundTree\BoundNode.cs (1)
565
_ = Visit(instrumentation.
Prologue
);
CodeGen\EmitStatement.cs (2)
690
if (instrumentation.
Prologue
!= null)
697
EmitStatement(instrumentation.
Prologue
);
FlowAnalysis\DefiniteAssignment.cs (2)
2130
if (instrumentation.
Prologue
!= null)
2132
Visit(instrumentation.
Prologue
);
Generated\BoundNodes.xml.Generated.cs (4)
2282
if (!locals.SequenceEqual(Locals) || prologue != this.
Prologue
|| epilogue != this.Epilogue)
10040
this.Visit(node.
Prologue
);
11173
BoundStatement? prologue = (BoundStatement?)this.Visit(node.
Prologue
);
15507
new TreeDumperNode("prologue", null, new TreeDumperNode[] { Visit(node.
Prologue
, null) }),
Lowering\ClosureConversion\ClosureConversion.cs (1)
1189
var newPrologue = (BoundStatement)Visit(newInstrumentation.
Prologue
);
Lowering\SyntheticBoundNodeFactory.cs (4)
508
(prologue != null) ? Concat(prologue, innerInstrumentation.
Prologue
) : innerInstrumentation.
Prologue
,
526
if (instrumentation.
Prologue
!= null)
528
statements.Add(instrumentation.
Prologue
);