11 references to Keyword
Microsoft.CodeAnalysis.CSharp.Features (11)
SignatureHelp\ElementAccessExpressionSignatureHelpProvider.cs (3)
253
result.Add(
Keyword
(SyntaxKind.RefKeyword));
258
result.Add(
Keyword
(SyntaxKind.RefKeyword));
260
result.Add(
Keyword
(SyntaxKind.ReadOnlyKeyword));
SignatureHelp\GenericNameSignatureHelpProvider.cs (7)
235
parts.Add(
Keyword
(SyntaxKind.WhereKeyword));
249
parts.Add(
Keyword
(SyntaxKind.ClassKeyword));
259
parts.Add(
Keyword
(SyntaxKind.StructKeyword));
284
parts.Add(
Keyword
(SyntaxKind.NewKeyword));
298
parts.Add(
Keyword
(SyntaxKind.AllowsKeyword));
300
parts.Add(
Keyword
(SyntaxKind.RefKeyword));
302
parts.Add(
Keyword
(SyntaxKind.StructKeyword));
SignatureHelp\InvocationExpressionSignatureHelpProviderBase_DelegateAndFunctionPointerInvoke.cs (1)
66
displayParts.Add(
Keyword
(SyntaxKind.DelegateKeyword));