1 instantiation of PropDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
10681
PropDeclContext _localctx = new
PropDeclContext
(Context, State);
10 references to PropDeclContext
ILAssembler (10)
gen\CILBaseVisitor.cs (1)
1360
public virtual Result VisitPropDecl([NotNull] CILParser.
PropDeclContext
context) { return VisitChildren(context); }
gen\CILParser.cs (6)
10596
[System.Diagnostics.DebuggerNonUserCode] public
PropDeclContext
[] propDecl() {
10597
return GetRuleContexts<
PropDeclContext
>();
10599
[System.Diagnostics.DebuggerNonUserCode] public
PropDeclContext
propDecl(int i) {
10600
return GetRuleContext<
PropDeclContext
>(i);
10680
public
PropDeclContext
propDecl() {
10681
PropDeclContext
_localctx = new PropDeclContext(Context, State);
gen\CILVisitor.cs (1)
833
Result VisitPropDecl([NotNull] CILParser.
PropDeclContext
context);
GrammarVisitor.cs (2)
4524
GrammarResult ICILVisitor<GrammarResult>.VisitPropDecl(CILParser.
PropDeclContext
context) => VisitPropDecl(context);
4525
public GrammarResult.Literal<(MethodSemanticsAttributes, EntityRegistry.EntityBase)?> VisitPropDecl(CILParser.
PropDeclContext
context)