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