1 instantiation of BytesContext
ILAssembler (1)
gen\CILParser.cs (1)
14555 BytesContext _localctx = new BytesContext(Context, State);
31 references to BytesContext
ILAssembler (31)
gen\CILBaseVisitor.cs (1)
1730 public virtual Result VisitBytes([NotNull] CILParser.BytesContext context) { return VisitChildren(context); }
gen\CILParser.cs (22)
1916 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 1917 return GetRuleContext<BytesContext>(0); 2022 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 2023 return GetRuleContext<BytesContext>(0); 2920 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 2921 return GetRuleContext<BytesContext>(0); 3913 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 3914 return GetRuleContext<BytesContext>(0); 4751 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 4752 return GetRuleContext<BytesContext>(0); 7740 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 7741 return GetRuleContext<BytesContext>(0); 14027 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 14028 return GetRuleContext<BytesContext>(0); 14301 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 14302 return GetRuleContext<BytesContext>(0); 14554 public BytesContext bytes() { 14555 BytesContext _localctx = new BytesContext(Context, State); 15913 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 15914 return GetRuleContext<BytesContext>(0); 16170 [System.Diagnostics.DebuggerNonUserCode] public BytesContext bytes() { 16171 return GetRuleContext<BytesContext>(0);
gen\CILVisitor.cs (1)
1055 Result VisitBytes([NotNull] CILParser.BytesContext context);
GrammarVisitor.cs (7)
851GrammarResult ICILVisitor<GrammarResult>.VisitBytes(CILParser.BytesContext context) => VisitBytes(context); 852public static GrammarResult.Sequence<byte> VisitBytes(CILParser.BytesContext context) 1929else if (context.bytes() is CILParser.BytesContext bytes) 2971var bytesNode = context.bytes(); 3430else if (argument is CILParser.BytesContext bytesContext) 3481if (context.bytes() is CILParser.BytesContext rawBytes) 5187else if (context.bytes() is CILParser.BytesContext bytes)