4 references to SplitDottedNameToNamespaceAndName
ILAssembler (4)
EntityRegistry.cs (1)
689
allTypeNames.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);