4 references to NameHelpers
ILAssembler (4)
EntityRegistry.cs (1)
689allTypeNames.Push(NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName));
GrammarVisitor.cs (3)
1340(string ns, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName); 1781(string typeNamespace, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(dottedName); 2259(string ns, string name) = NameHelpers.SplitDottedNameToNamespaceAndName(containingType.DottedName);