1 instantiation of HandlerBlockContext
ILAssembler (1)
gen\CILParser.cs (1)
13057 HandlerBlockContext _localctx = new HandlerBlockContext(Context, State);
8 references to HandlerBlockContext
ILAssembler (8)
gen\CILBaseVisitor.cs (1)
1600 public virtual Result VisitHandlerBlock([NotNull] CILParser.HandlerBlockContext context) { return VisitChildren(context); }
gen\CILParser.cs (4)
12758 [System.Diagnostics.DebuggerNonUserCode] public HandlerBlockContext handlerBlock() { 12759 return GetRuleContext<HandlerBlockContext>(0); 13056 public HandlerBlockContext handlerBlock() { 13057 HandlerBlockContext _localctx = new HandlerBlockContext(Context, State);
gen\CILVisitor.cs (1)
977 Result VisitHandlerBlock([NotNull] CILParser.HandlerBlockContext context);
GrammarVisitor.cs (2)
2770GrammarResult ICILVisitor<GrammarResult>.VisitHandlerBlock(CILParser.HandlerBlockContext context) => VisitHandlerBlock(context); 2772public GrammarResult.Literal<(LabelHandle Start, LabelHandle End)> VisitHandlerBlock(CILParser.HandlerBlockContext context)