1 write to Prologue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2316this.Prologue = prologue;
15 references to Prologue
Microsoft.CodeAnalysis.CSharp (15)
BoundTree\BoundNode.cs (1)
621_ = Visit(instrumentation.Prologue);
CodeGen\EmitStatement.cs (2)
690if (instrumentation.Prologue != null) 697EmitStatement(instrumentation.Prologue);
FlowAnalysis\DefiniteAssignment.cs (2)
2095if (instrumentation.Prologue != null) 2097Visit(instrumentation.Prologue);
Generated\BoundNodes.xml.Generated.cs (5)
2329if (locals != this.Locals || prologue != this.Prologue || epilogue != this.Epilogue) 10289this.Visit(node.Prologue); 11483BoundStatement? prologue = (BoundStatement?)this.Visit(node.Prologue); 13486BoundStatement? prologue = (BoundStatement?)this.Visit(node.Prologue); 15993new TreeDumperNode("prologue", null, new TreeDumperNode[] { Visit(node.Prologue, null) }),
Lowering\ClosureConversion\ClosureConversion.cs (1)
1204var newPrologue = (BoundStatement)Visit(newInstrumentation.Prologue);
Lowering\SyntheticBoundNodeFactory.cs (4)
526(prologue != null) ? Concat(prologue, innerInstrumentation.Prologue) : innerInstrumentation.Prologue, 544if (instrumentation.Prologue != null) 546statements.Add(instrumentation.Prologue);