5 references to IsGlobalNamespace
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
207if (IsGlobalNamespace(newNamespaceParts)) 240Debug.Assert(IsGlobalNamespace(declaredNamespaceParts)); 247if (IsGlobalNamespace(targetNamespaceParts))
Microsoft.CodeAnalysis.VisualBasic.Features (2)
CodeRefactorings\SyncNamespace\VisualBasicChangeNamespaceService.vb (2)
35If IsGlobalNamespace(newNamespaceParts) Then 46If IsGlobalNamespace(newNamespaceParts) Then