5 references to NameHelpers
ILAssembler (5)
EntityRegistry.cs (1)
904allTypeNames.Push(NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName));
GrammarVisitor.cs (4)
1604var (ns, nm) = NameHelpers.SplitDottedNameToNamespaceAndName(typeName.DottedName); 1624(string ns, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName); 2077(string typeNamespace, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(dottedName); 2605(string ns, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName);