1 instantiation of OwnerTypeContext
ILAssembler (1)
gen\CILParser.cs (1)
2080 OwnerTypeContext _localctx = new OwnerTypeContext(Context, State);
10 references to OwnerTypeContext
ILAssembler (10)
gen\CILBaseVisitor.cs (1)
277 public virtual Result VisitOwnerType([NotNull] CILParser.OwnerTypeContext context) { return VisitChildren(context); }
gen\CILParser.cs (6)
1890 [System.Diagnostics.DebuggerNonUserCode] public OwnerTypeContext ownerType() { 1891 return GetRuleContext<OwnerTypeContext>(0); 2079 public OwnerTypeContext ownerType() { 2080 OwnerTypeContext _localctx = new OwnerTypeContext(Context, State); 4599 [System.Diagnostics.DebuggerNonUserCode] public OwnerTypeContext ownerType() { 4600 return GetRuleContext<OwnerTypeContext>(0);
gen\CILVisitor.cs (1)
178 Result VisitOwnerType([NotNull] CILParser.OwnerTypeContext context);
GrammarVisitor.cs (2)
4417GrammarResult ICILVisitor<GrammarResult>.VisitOwnerType(CILParser.OwnerTypeContext context) => VisitOwnerType(context); 4418public GrammarResult.Literal<EntityRegistry.EntityBase> VisitOwnerType(CILParser.OwnerTypeContext context)