1 instantiation of AssemblyRefDeclsContext
ILAssembler (1)
gen\CILParser.cs (1)
16135 AssemblyRefDeclsContext _localctx = new AssemblyRefDeclsContext(Context, State);
7 references to AssemblyRefDeclsContext
ILAssembler (7)
gen\CILBaseVisitor.cs (1)
1910 public virtual Result VisitAssemblyRefDecls([NotNull] CILParser.AssemblyRefDeclsContext context) { return VisitChildren(context); }
gen\CILParser.cs (4)
644 [System.Diagnostics.DebuggerNonUserCode] public AssemblyRefDeclsContext assemblyRefDecls() { 645 return GetRuleContext<AssemblyRefDeclsContext>(0); 16134 public AssemblyRefDeclsContext assemblyRefDecls() { 16135 AssemblyRefDeclsContext _localctx = new AssemblyRefDeclsContext(Context, State);
gen\CILVisitor.cs (1)
1163 Result VisitAssemblyRefDecls([NotNull] CILParser.AssemblyRefDeclsContext context);
GrammarVisitor.cs (1)
784public GrammarResult VisitAssemblyRefDecls(CILParser.AssemblyRefDeclsContext context) => throw new UnreachableException(NodeShouldNeverBeDirectlyVisited);