1 instantiation of TypeContext
ILAssembler (1)
gen\CILParser.cs (1)
6918 TypeContext _localctx = new TypeContext(Context, State);
39 references to TypeContext
ILAssembler (39)
gen\CILBaseVisitor.cs (1)
892 public virtual Result VisitType([NotNull] CILParser.TypeContext context) { return VisitChildren(context); }
gen\CILParser.cs (32)
1789 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 1790 return GetRuleContext<TypeContext>(0); 4791 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 4792 return GetRuleContext<TypeContext>(0); 5240 [System.Diagnostics.DebuggerNonUserCode] public TypeContext[] type() { 5241 return GetRuleContexts<TypeContext>(); 5243 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type(int i) { 5244 return GetRuleContext<TypeContext>(i); 5454 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 5455 return GetRuleContext<TypeContext>(0); 5879 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 5880 return GetRuleContext<TypeContext>(0); 6917 public TypeContext type() { 6918 TypeContext _localctx = new TypeContext(Context, State); 7173 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 7174 return GetRuleContext<TypeContext>(0); 8414 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 8415 return GetRuleContext<TypeContext>(0); 8878 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 8879 return GetRuleContext<TypeContext>(0); 9568 [System.Diagnostics.DebuggerNonUserCode] public TypeContext[] type() { 9569 return GetRuleContexts<TypeContext>(); 9571 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type(int i) { 9572 return GetRuleContext<TypeContext>(i); 9981 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 9982 return GetRuleContext<TypeContext>(0); 10878 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 10879 return GetRuleContext<TypeContext>(0); 11528 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 11529 return GetRuleContext<TypeContext>(0); 12469 [System.Diagnostics.DebuggerNonUserCode] public TypeContext type() { 12470 return GetRuleContext<TypeContext>(0);
gen\CILVisitor.cs (1)
549 Result VisitType([NotNull] CILParser.TypeContext context);
GrammarVisitor.cs (5)
2936if (context.type() is not CILParser.TypeContext type) 5661GrammarResult ICILVisitor<GrammarResult>.VisitType(CILParser.TypeContext context) => VisitType(context); 5662public GrammarResult.FormattedBlob VisitType(CILParser.TypeContext context) 5766foreach (var type in types) 5777if (context.type() is CILParser.TypeContext type)