2 references to typarsClause
ILAssembler (2)
GrammarVisitor.cs (2)
4362
var typarContexts = context.
typarsClause
()?.typars()?.typar() ?? Array.Empty<CILParser.TyparContext>();
4367
context.
typarsClause
());