4 references to GetNamespaceParts
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (4)
389
var parts =
GetNamespaceParts
(oldNamespace);
581
var oldNamespaceParts =
GetNamespaceParts
(oldNamespace);
582
var newNamespaceParts =
GetNamespaceParts
(newNamespace);
685
var newNamespaceParts =
GetNamespaceParts
(newNamespace);