1 instantiation of PointerArrayTypeNoSizeDataContext
ILAssembler (1)
gen\CILParser.cs (1)
5899
_localctx = new
PointerArrayTypeNoSizeDataContext
(_localctx);
3 references to PointerArrayTypeNoSizeDataContext
ILAssembler (3)
gen\CILBaseVisitor.cs (1)
789
public virtual Result VisitPointerArrayTypeNoSizeData([NotNull] CILParser.
PointerArrayTypeNoSizeDataContext
context) { return VisitChildren(context); }
gen\CILVisitor.cs (1)
486
Result VisitPointerArrayTypeNoSizeData([NotNull] CILParser.
PointerArrayTypeNoSizeDataContext
context);
GrammarVisitor.cs (1)
5559
public GrammarResult VisitPointerArrayTypeNoSizeData(CILParser.
PointerArrayTypeNoSizeDataContext
context) => throw new UnreachableException(NodeShouldNeverBeDirectlyVisited);