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