6 references to MethodKeyword
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxKindFacts.cs (3)
1176
case SyntaxKind.
MethodKeyword
:
1279
return SyntaxKind.
MethodKeyword
;
1717
case SyntaxKind.
MethodKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SyntaxTokenExtensions.cs (1)
158
case SyntaxKind.
MethodKeyword
:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\MethodKeywordRecommender.cs (1)
16
: base(SyntaxKind.
MethodKeyword
)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
158
case SyntaxKind.
MethodKeyword
: