3 references to TryGetGlobalQualifiedName
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
142if (!TryGetGlobalQualifiedName(newNamespaceParts, nameRef, aliasQualifier, out newNode)) 159if (!TryGetGlobalQualifiedName(newNamespaceParts, nameRef, aliasQualifier, out newNode)) 180if (TryGetGlobalQualifiedName(newNamespaceParts, nameRef, aliasQualifier, out newNode))