2 references to NewKeyword
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\FindReferenceCache.cs (2)
249
this.SyntaxFacts.GetText(this.SyntaxFacts.SyntaxKinds.
NewKeyword
),
250
static (_, token, syntaxKinds) => token.RawKind == syntaxKinds.
NewKeyword
,