2 references to CreateNamespaceAsQualifiedName
Microsoft.CodeAnalysis.VisualBasic.Features (2)
CodeRefactorings\SyncNamespace\VisualBasicChangeNamespaceService.vb (2)
38
Dim qualifiedNamespaceName =
CreateNamespaceAsQualifiedName
(newNamespaceParts, newNamespaceParts.Length - 1)
91
Return SyntaxFactory.QualifiedName(
CreateNamespaceAsQualifiedName
(namespaceParts, index - 1), namePiece)