10 references to MethodKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
53case SyntaxKind.MethodKeyword: 1209case SyntaxKind.MethodKeyword: 1313return SyntaxKind.MethodKeyword; 1753case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
52public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
206case 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)
52public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
206case SyntaxKind.MethodKeyword: