2 references to IsGlobalNamespaceKeyword
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\NamespaceSymbolReferenceFinder.cs (1)
133
static (token, state) => state.SyntaxFacts.
IsGlobalNamespaceKeyword
(token),
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
124
containsGlobalKeyword = containsGlobalKeyword || syntaxFacts.
IsGlobalNamespaceKeyword
(token);