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)
274F.Block(F.ExpressionStatement(F.Call(F.This(), frame.handler)))); 385var finallyMethod = frame.handler;