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