1 instantiation of BytesContext
ILAssembler (1)
gen\CILParser.cs (1)
14066 BytesContext _localctx = new BytesContext(Context, State);
31 references to BytesContext
ILAssembler (31)
gen\CILBaseVisitor.cs (1)
1690 public virtual Result VisitBytes([NotNull] CILParser.BytesContext context) { return VisitChildren(context); }
gen\CILParser.cs (22)
1796 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 1797 return GetRuleContext<BytesContext>(0); 1902 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 1903 return GetRuleContext<BytesContext>(0); 2800 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 2801 return GetRuleContext<BytesContext>(0); 3715 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 3716 return GetRuleContext<BytesContext>(0); 4550 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 4551 return GetRuleContext<BytesContext>(0); 7288 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 7289 return GetRuleContext<BytesContext>(0); 13547 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 13548 return GetRuleContext<BytesContext>(0); 13812 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 13813 return GetRuleContext<BytesContext>(0); 14065 public BytesContext bytes() { 14066 BytesContext _localctx = new BytesContext(Context, State); 15442 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 15443 return GetRuleContext<BytesContext>(0); 15699 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 15700 return GetRuleContext<BytesContext>(0);
gen\CILVisitor.cs (1)
1031 Result VisitBytes([NotNull] CILParser.BytesContext context);
GrammarVisitor.cs (7)
813GrammarResult ICILVisitor<GrammarResult>.VisitBytes(CILParser.BytesContext context) => VisitBytes(context); 814public static GrammarResult.Sequence<byte> VisitBytes(CILParser.BytesContext context) 1645else if (context.bytes() is CILParser.BytesContext bytes) 2619var bytesNode = context.bytes(); 3048else if (argument is CILParser.BytesContext bytesContext) 3099if (context.bytes() is CILParser.BytesContext rawBytes) 4666else if (context.bytes() is CILParser.BytesContext bytes)