1 write to Prologue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2258
this.
Prologue
= prologue;
15 references to Prologue
Microsoft.CodeAnalysis.CSharp (15)
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)
2143
if (instrumentation.
Prologue
!= null)
2145
Visit(instrumentation.
Prologue
);
Generated\BoundNodes.xml.Generated.cs (5)
2271
if (locals != this.Locals || prologue != this.
Prologue
|| epilogue != this.Epilogue)
10031
this.Visit(node.
Prologue
);
11194
BoundStatement? prologue = (BoundStatement?)this.Visit(node.
Prologue
);
13153
BoundStatement? prologue = (BoundStatement?)this.Visit(node.
Prologue
);
15633
new TreeDumperNode("prologue", null, new TreeDumperNode[] { Visit(node.
Prologue
, null) }),
Lowering\ClosureConversion\ClosureConversion.cs (1)
1194
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
);