11 references to MethodKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
53case SyntaxKind.MethodKeyword: 1276case SyntaxKind.MethodKeyword: 1381return SyntaxKind.MethodKeyword; 1823case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
58public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
205case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\MethodKeywordRecommender.cs (1)
13internal sealed class MethodKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.MethodKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\CollectionExpressionParsingTests.cs (1)
457N(SyntaxKind.MethodKeyword);
Syntax\SyntaxTests.cs (1)
267case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
58public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
205case SyntaxKind.MethodKeyword: