8 references to ParamKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
54case SyntaxKind.ParamKeyword: 1210case SyntaxKind.ParamKeyword: 1315return SyntaxKind.ParamKeyword; 1755case SyntaxKind.ParamKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
207case SyntaxKind.ParamKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ParamKeywordRecommender.cs (1)
15: base(SyntaxKind.ParamKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxTests.cs (1)
268case SyntaxKind.ParamKeyword:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
207case SyntaxKind.ParamKeyword: