1 write to handler
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.IteratorFinallyFrame.cs (1)
54this.handler = handler;
2 references to handler
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (2)
283F.Block(F.ExpressionStatement(F.Call(F.This(), frame.handler)))); 394var finallyMethod = frame.handler;