1 instantiation of CustomAttrDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
15872
CustomAttrDeclContext _localctx = new
CustomAttrDeclContext
(Context, State);
37 references to CustomAttrDeclContext
ILAssembler (37)
gen\CILBaseVisitor.cs (1)
1880
public virtual Result VisitCustomAttrDecl([NotNull] CILParser.
CustomAttrDeclContext
context) { return VisitChildren(context); }
gen\CILParser.cs (22)
665
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
666
return GetRuleContext<
CustomAttrDeclContext
>(0);
9530
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
[] customAttrDecl() {
9531
return GetRuleContexts<
CustomAttrDeclContext
>();
9533
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl(int i) {
9534
return GetRuleContext<
CustomAttrDeclContext
>(i);
10752
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
10753
return GetRuleContext<
CustomAttrDeclContext
>(0);
11059
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
11060
return GetRuleContext<
CustomAttrDeclContext
>(0);
12480
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
[] customAttrDecl() {
12481
return GetRuleContexts<
CustomAttrDeclContext
>();
12483
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl(int i) {
12484
return GetRuleContext<
CustomAttrDeclContext
>(i);
15871
public
CustomAttrDeclContext
customAttrDecl() {
15872
CustomAttrDeclContext
_localctx = new CustomAttrDeclContext(Context, State);
15925
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
15926
return GetRuleContext<
CustomAttrDeclContext
>(0);
16577
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
16578
return GetRuleContext<
CustomAttrDeclContext
>(0);
16883
[System.Diagnostics.DebuggerNonUserCode] public
CustomAttrDeclContext
customAttrDecl() {
16884
return GetRuleContext<
CustomAttrDeclContext
>(0);
gen\CILVisitor.cs (1)
1145
Result VisitCustomAttrDecl([NotNull] CILParser.
CustomAttrDeclContext
context);
GrammarVisitor.cs (13)
1231
foreach (
var
attr in customAttrDeclarations ?? Array.Empty<CILParser.
CustomAttrDeclContext
>())
1268
foreach (
var
attr in customAttrDeclarations ?? Array.Empty<CILParser.
CustomAttrDeclContext
>())
1709
GrammarResult ICILVisitor<GrammarResult>.VisitCustomAttrDecl(CILParser.
CustomAttrDeclContext
context) => VisitCustomAttrDecl(context);
1710
public GrammarResult.Literal<EntityRegistry.CustomAttributeEntity?> VisitCustomAttrDecl(CILParser.
CustomAttrDeclContext
context)
3916
if (decl.customAttrDecl() is CILParser.
CustomAttrDeclContext
customAttrDecl)
4218
foreach (
var
attr in customAttrDeclarations ?? Array.Empty<CILParser.
CustomAttrDeclContext
>())
4276
foreach (
var
attr in customAttrDeclarations ?? Array.Empty<CILParser.
CustomAttrDeclContext
>())
4302
foreach (
var
attr in customAttrDeclarations ?? Array.Empty<CILParser.
CustomAttrDeclContext
>())