3 references to dottedName
ILAssembler (3)
GrammarVisitor.cs (3)
2299string dottedName = VisitDottedName(context.dottedName()).Value; 2345string dottedName = VisitDottedName(context.dottedName()).Value; 2400else if (context.dottedName() is CILParser.DottedNameContext dottedName)