1 instantiation of OwnerTypeContext
ILAssembler (1)
gen\CILParser.cs (1)
2200
OwnerTypeContext _localctx = new
OwnerTypeContext
(Context, State);
10 references to OwnerTypeContext
ILAssembler (10)
gen\CILBaseVisitor.cs (1)
297
public virtual Result VisitOwnerType([NotNull] CILParser.
OwnerTypeContext
context) { return VisitChildren(context); }
gen\CILParser.cs (6)
2010
[System.Diagnostics.DebuggerNonUserCode] public
OwnerTypeContext
ownerType() {
2011
return GetRuleContext<
OwnerTypeContext
>(0);
2199
public
OwnerTypeContext
ownerType() {
2200
OwnerTypeContext
_localctx = new OwnerTypeContext(Context, State);
4800
[System.Diagnostics.DebuggerNonUserCode] public
OwnerTypeContext
ownerType() {
4801
return GetRuleContext<
OwnerTypeContext
>(0);
gen\CILVisitor.cs (1)
190
Result VisitOwnerType([NotNull] CILParser.
OwnerTypeContext
context);
GrammarVisitor.cs (2)
4938
GrammarResult ICILVisitor<GrammarResult>.VisitOwnerType(CILParser.
OwnerTypeContext
context) => VisitOwnerType(context);
4939
public GrammarResult.Literal<EntityRegistry.EntityBase> VisitOwnerType(CILParser.
OwnerTypeContext
context)