1 instantiation of TypeContext
ILAssembler (1)
gen\CILParser.cs (1)
6694 TypeContext _localctx = new TypeContext(Context, State);
39 references to TypeContext
ILAssembler (39)
gen\CILBaseVisitor.cs (1)
872 public virtual Result VisitType([NotNull] CILParser.TypeContext context) { return VisitChildren(context); }
gen\CILParser.cs (32)
1669 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 1670 return GetRuleContext<TypeContext>(0); 4590 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 4591 return GetRuleContext<TypeContext>(0); 5022 [System.Diagnostics.DebuggerNonUserCode] public TypeContext[] type() { 5023 return GetRuleContexts<TypeContext>(); 5025 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type(int i) { 5026 return GetRuleContext<TypeContext>(i); 5236 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 5237 return GetRuleContext<TypeContext>(0); 5660 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 5661 return GetRuleContext<TypeContext>(0); 6693 public TypeContext type() { 6694 TypeContext _localctx = new TypeContext(Context, State); 6940 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 6941 return GetRuleContext<TypeContext>(0); 7960 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 7961 return GetRuleContext<TypeContext>(0); 8456 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 8457 return GetRuleContext<TypeContext>(0); 9146 [System.Diagnostics.DebuggerNonUserCode] public TypeContext[] type() { 9147 return GetRuleContexts<TypeContext>(); 9149 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type(int i) { 9150 return GetRuleContext<TypeContext>(i); 9559 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 9560 return GetRuleContext<TypeContext>(0); 10473 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 10474 return GetRuleContext<TypeContext>(0); 11100 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 11101 return GetRuleContext<TypeContext>(0); 12016 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 12017 return GetRuleContext<TypeContext>(0);
gen\CILVisitor.cs (1)
537 Result VisitType([NotNull] CILParser.TypeContext context);
GrammarVisitor.cs (5)
2584if (context.type() is not CILParser.TypeContext type) 5069GrammarResult ICILVisitor<GrammarResult>.VisitType(CILParser.TypeContext context) => VisitType(context); 5070public GrammarResult.FormattedBlob VisitType(CILParser.TypeContext context) 5167foreach (var type in types) 5178if (context.type() is CILParser.TypeContext type)