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)
2157
if (instrumentation.
Prologue
!= null)
2159
Visit(instrumentation.
Prologue
);
Generated\BoundNodes.xml.Generated.cs (4)
2282
if (!locals.SequenceEqual(Locals) || prologue != this.
Prologue
|| epilogue != this.Epilogue)
10038
this.Visit(node.
Prologue
);
11198
BoundStatement? prologue = (BoundStatement?)this.Visit(node.
Prologue
);
15650
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)
521
(prologue != null) ? Concat(prologue, innerInstrumentation.
Prologue
) : innerInstrumentation.
Prologue
,
539
if (instrumentation.
Prologue
!= null)
541
statements.Add(instrumentation.
Prologue
);