4 references to GetNamespaceParts
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (4)
387
var parts =
GetNamespaceParts
(oldNamespace);
588
var oldNamespaceParts =
GetNamespaceParts
(oldNamespace);
589
var newNamespaceParts =
GetNamespaceParts
(newNamespace);
652
var newNamespaceParts =
GetNamespaceParts
(newNamespace);