1 instantiation of AssemblyRefDeclsContext
ILAssembler (1)
gen\CILParser.cs (1)
15664 AssemblyRefDeclsContext _localctx = new AssemblyRefDeclsContext(Context, State);
7 references to AssemblyRefDeclsContext
ILAssembler (7)
gen\CILBaseVisitor.cs (1)
1870 public virtual Result VisitAssemblyRefDecls([NotNull] CILParser.AssemblyRefDeclsContext context) { return VisitChildren(context); }
gen\CILParser.cs (4)
587 [System.Diagnostics.DebuggerNonUserCode] public AssemblyRefDeclsContext assemblyRefDecls() { 588 return GetRuleContext<AssemblyRefDeclsContext>(0); 15663 public AssemblyRefDeclsContext assemblyRefDecls() { 15664 AssemblyRefDeclsContext _localctx = new AssemblyRefDeclsContext(Context, State);
gen\CILVisitor.cs (1)
1139 Result VisitAssemblyRefDecls([NotNull] CILParser.AssemblyRefDeclsContext context);
GrammarVisitor.cs (1)
750public GrammarResult VisitAssemblyRefDecls(CILParser.AssemblyRefDeclsContext context) => throw new UnreachableException(NodeShouldNeverBeDirectlyVisited);