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