1 write to handlers
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1047
this.
handlers
= new List<BoundBlock>();
3 references to handlers
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
487
var handlersList = currentAwaitCatchFrame.
handlers
;
564
_F.Literal(currentAwaitCatchFrame.
handlers
.Count + 1));
660
currentAwaitCatchFrame.
handlers
.Add(handler);