3 references to IsGlobalNamespace
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
216if (IsGlobalNamespace(newNamespaceParts)) 249Debug.Assert(IsGlobalNamespace(declaredNamespaceParts)); 256if (IsGlobalNamespace(targetNamespaceParts))