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