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