5 references to NameHelpers
ILAssembler (5)
EntityRegistry.cs (1)
904
allTypeNames.Push(
NameHelpers
.SplitDottedNameToNamespaceAndName(containingType.DottedName));
GrammarVisitor.cs (4)
1604
var (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);