39 references to VisitDottedName
ILAssembler (39)
GrammarVisitor.cs (39)
594string assemblyName = _options.AssemblyName ?? VisitDottedName(context.dottedName()).Value; 756string name = VisitDottedName(dottedNames[0]).Value; 760alias = VisitDottedName(dottedNames[1]).Value; 1091string typeFullName = VisitDottedName(context.dottedName()).Value; 1285string moduleName = VisitDottedName(dottedAssemblyOrModuleName).Value; 1295resolutionContext = _entityRegistry.GetOrCreateAssemblyReference(VisitDottedName(dottedAssemblyOrModuleName).Value, newRef => { }); 1436string alias = VisitDottedName(dottedName).Value; 1518var name = VisitDottedName(names[i]).Value; 1831_entityRegistry.Module.Name = VisitDottedName(moduleHead.dottedName()).Value; 1835var name = VisitDottedName(moduleHead.dottedName()).Value; 1893return VisitDottedName(context); 1953string dottedName = VisitDottedName(context.dottedName()).Value; 1999string dottedName = VisitDottedName(context.dottedName()).Value; 2057string alias = VisitDottedName(dottedName).Value; 2123string name = VisitDottedName(context.dottedName()).Value; 2184string fileName = VisitDottedName(declarations[i].dottedName()).Value; 2193string assemblyName = VisitDottedName(declarations[i].dottedName()).Value; 2280return new((attrs, VisitDottedName(context.dottedName()).Value)); 2447var name = VisitDottedName(context.dottedName()).Value; 2587string alias = VisitDottedName(context.dottedName()).Value; 2604var name = VisitDottedName(context.dottedName()).Value; 2694string dottedName = VisitDottedName(context.dottedName()).Value; 3473string fileName = VisitDottedName(decl.dottedName()).Value; 3487string assemblyName = VisitDottedName(decl.dottedName()).Value; 3506string name = VisitDottedName(dottedNames[0]).Value; 3507string alias = dottedNames.Length == 2 ? VisitDottedName(dottedNames[1]).Value : name; 3744string name = VisitDottedName(context.dottedName()).Value; 3785string name = VisitDottedName(context.dottedName()).Value; 4012string alias = VisitDottedName(dottedName).Value; 4085_ = _entityRegistry.GetOrCreateModuleReference(VisitDottedName(context.dottedName()).Value, _ => { }); 4089_entityRegistry.Module.Name = VisitDottedName(context.dottedName()).Value; 4100public static GrammarResult.String VisitNameSpaceHead(CILParser.NameSpaceHeadContext context) => VisitDottedName(context.dottedName()); 4179string alias = VisitDottedName(typedef).Value; 4555var name = VisitDottedName(context.dottedName()).Value; 4772string alias = VisitDottedName(dottedName).Value; 4922currentTypeName = new TypeName(currentTypeName, VisitDottedName(item).Value); 5020EntityRegistry.GenericParameterEntity genericParameter = EntityRegistry.CreateGenericParameter(attributes, VisitDottedName(context.dottedName()).Value); 5176string alias = VisitDottedName(context.dottedName()).Value; 5314string nameToResolve = VisitDottedName(dottedName).Value;