1 instantiation of HandlerBlockContext
ILAssembler (1)
gen\CILParser.cs (1)
13510 HandlerBlockContext _localctx = new HandlerBlockContext(Context, State);
8 references to HandlerBlockContext
ILAssembler (8)
gen\CILBaseVisitor.cs (1)
1640 public virtual Result VisitHandlerBlock([NotNull] CILParser.HandlerBlockContext context) { return VisitChildren(context); }
gen\CILParser.cs (4)
13211 [System.Diagnostics.DebuggerNonUserCode] public HandlerBlockContext handlerBlock() { 13212 return GetRuleContext<HandlerBlockContext>(0); 13509 public HandlerBlockContext handlerBlock() { 13510 HandlerBlockContext _localctx = new HandlerBlockContext(Context, State);
gen\CILVisitor.cs (1)
1001 Result VisitHandlerBlock([NotNull] CILParser.HandlerBlockContext context);
GrammarVisitor.cs (2)
3129GrammarResult ICILVisitor<GrammarResult>.VisitHandlerBlock(CILParser.HandlerBlockContext context) => VisitHandlerBlock(context); 3131public GrammarResult.Literal<(LabelHandle Start, LabelHandle End)> VisitHandlerBlock(CILParser.HandlerBlockContext context)