1 instantiation of CustomAttrDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
15401 CustomAttrDeclContext _localctx = new CustomAttrDeclContext(Context, State);
33 references to CustomAttrDeclContext
ILAssembler (33)
gen\CILBaseVisitor.cs (1)
1840 public virtual Result VisitCustomAttrDecl([NotNull] CILParser.CustomAttrDeclContext context) { return VisitChildren(context); }
gen\CILParser.cs (22)
608 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 609 return GetRuleContext<CustomAttrDeclContext>(0); 9108 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext[] customAttrDecl() { 9109 return GetRuleContexts<CustomAttrDeclContext>(); 9111 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl(int i) { 9112 return GetRuleContext<CustomAttrDeclContext>(i); 10350 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 10351 return GetRuleContext<CustomAttrDeclContext>(0); 10654 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 10655 return GetRuleContext<CustomAttrDeclContext>(0); 12027 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext[] customAttrDecl() { 12028 return GetRuleContexts<CustomAttrDeclContext>(); 12030 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl(int i) { 12031 return GetRuleContext<CustomAttrDeclContext>(i); 15400 public CustomAttrDeclContext customAttrDecl() { 15401 CustomAttrDeclContext _localctx = new CustomAttrDeclContext(Context, State); 15454 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 15455 return GetRuleContext<CustomAttrDeclContext>(0); 16103 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 16104 return GetRuleContext<CustomAttrDeclContext>(0); 16409 [System.Diagnostics.DebuggerNonUserCode] public CustomAttrDeclContext customAttrDecl() { 16410 return GetRuleContext<CustomAttrDeclContext>(0);
gen\CILVisitor.cs (1)
1121 Result VisitCustomAttrDecl([NotNull] CILParser.CustomAttrDeclContext context);
GrammarVisitor.cs (9)
1430GrammarResult ICILVisitor<GrammarResult>.VisitCustomAttrDecl(CILParser.CustomAttrDeclContext context) => VisitCustomAttrDecl(context); 1431public GrammarResult.Literal<EntityRegistry.CustomAttributeEntity?> VisitCustomAttrDecl(CILParser.CustomAttrDeclContext context) 3463if (decl.customAttrDecl() is CILParser.CustomAttrDeclContext customAttrDecl) 3761foreach (var attr in customAttrDeclarations ?? Array.Empty<CILParser.CustomAttrDeclContext>()) 3819foreach (var attr in customAttrDeclarations ?? Array.Empty<CILParser.CustomAttrDeclContext>()) 3845foreach (var attr in customAttrDeclarations ?? Array.Empty<CILParser.CustomAttrDeclContext>())