1 instantiation of PropDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
11086 PropDeclContext _localctx = new PropDeclContext(Context, State);
11 references to PropDeclContext
ILAssembler (11)
gen\CILBaseVisitor.cs (1)
1400 public virtual Result VisitPropDecl([NotNull] CILParser.PropDeclContext context) { return VisitChildren(context); }
gen\CILParser.cs (6)
11001 [System.Diagnostics.DebuggerNonUserCode] public PropDeclContext[] propDecl() { 11002 return GetRuleContexts<PropDeclContext>(); 11004 [System.Diagnostics.DebuggerNonUserCode] public PropDeclContext propDecl(int i) { 11005 return GetRuleContext<PropDeclContext>(i); 11085 public PropDeclContext propDecl() { 11086 PropDeclContext _localctx = new PropDeclContext(Context, State);
gen\CILVisitor.cs (1)
857 Result VisitPropDecl([NotNull] CILParser.PropDeclContext context);
GrammarVisitor.cs (3)
1153foreach (var propDecl in context.propDecls().propDecl()) 5045GrammarResult ICILVisitor<GrammarResult>.VisitPropDecl(CILParser.PropDeclContext context) => VisitPropDecl(context); 5046public GrammarResult.Literal<(MethodSemanticsAttributes, EntityRegistry.EntityBase)?> VisitPropDecl(CILParser.PropDeclContext context)