1 override of GenerateCleanupForExit
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
93
protected override BoundStatement
GenerateCleanupForExit
(ImmutableArray<StateMachineFieldSymbol> rootHoistedLocals)
2 references to GenerateCleanupForExit
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
181
bodyBuilder.Add(
GenerateCleanupForExit
(rootScopeHoistedLocals));
242
GenerateCleanupForExit
(rootHoistedLocals),