1 write to Epilogue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2228
this.
Epilogue
= epilogue;
11 references to Epilogue
Microsoft.CodeAnalysis.CSharp (11)
BoundTree\BoundNode.cs (1)
515
_ = Visit(node.Instrumentation.
Epilogue
);
CodeGen\EmitStatement.cs (1)
705
EmitStatement(instrumentation.
Epilogue
);
FlowAnalysis\DefiniteAssignment.cs (1)
1998
Visit(node.Instrumentation.
Epilogue
);
Generated\BoundNodes.xml.Generated.cs (5)
2240
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(local, this.Local) || prologue != this.Prologue || epilogue != this.
Epilogue
)
9649
this.Visit(node.
Epilogue
);
10752
BoundStatement epilogue = (BoundStatement)this.Visit(node.
Epilogue
);
12549
BoundStatement epilogue = (BoundStatement)this.Visit(node.
Epilogue
);
14925
new TreeDumperNode("epilogue", null, new TreeDumperNode[] { Visit(node.
Epilogue
, null) }),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
211
F.Try(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.
Epilogue
)));
Lowering\ClosureConversion\ClosureConversion.cs (1)
1174
var newEpilogue = (BoundStatement)Visit(newInstrumentation.
Epilogue
);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
156
F.Try(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.
Epilogue
)));