3 references to dottedName
ILAssembler (3)
GrammarVisitor.cs (3)
1953string dottedName = VisitDottedName(context.dottedName()).Value; 1999string dottedName = VisitDottedName(context.dottedName()).Value; 2054else if (context.dottedName() is CILParser.DottedNameContext dottedName)