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