11 references to Keyword
Microsoft.CodeAnalysis.CSharp.Features (11)
SignatureHelp\ElementAccessExpressionSignatureHelpProvider.cs (3)
246
result.Add(
Keyword
(SyntaxKind.RefKeyword));
251
result.Add(
Keyword
(SyntaxKind.RefKeyword));
253
result.Add(
Keyword
(SyntaxKind.ReadOnlyKeyword));
SignatureHelp\GenericNameSignatureHelpProvider.cs (7)
234
parts.Add(
Keyword
(SyntaxKind.WhereKeyword));
248
parts.Add(
Keyword
(SyntaxKind.ClassKeyword));
258
parts.Add(
Keyword
(SyntaxKind.StructKeyword));
283
parts.Add(
Keyword
(SyntaxKind.NewKeyword));
297
parts.Add(
Keyword
(SyntaxKind.AllowsKeyword));
299
parts.Add(
Keyword
(SyntaxKind.RefKeyword));
301
parts.Add(
Keyword
(SyntaxKind.StructKeyword));
SignatureHelp\InvocationExpressionSignatureHelpProviderBase_DelegateAndFunctionPointerInvoke.cs (1)
66
displayParts.Add(
Keyword
(SyntaxKind.DelegateKeyword));