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