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