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