14 references to MethodKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
53case SyntaxKind.MethodKeyword: 1280case SyntaxKind.MethodKeyword: 1388return SyntaxKind.MethodKeyword; 1836case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
64public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
214case SyntaxKind.MethodKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
536SyntaxKind.MethodKeyword => AttributeTargets.Method,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\MethodKeywordRecommender.cs (1)
13internal sealed class MethodKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.MethodKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
64public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
214case SyntaxKind.MethodKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
536SyntaxKind.MethodKeyword => AttributeTargets.Method,
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
64public static readonly SyntaxToken MethodKeyword = Token(SyntaxKind.MethodKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
214case SyntaxKind.MethodKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
536SyntaxKind.MethodKeyword => AttributeTargets.Method,