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