14 references to PropertyKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
55case SyntaxKind.PropertyKeyword: 1282case SyntaxKind.PropertyKeyword: 1392return SyntaxKind.PropertyKeyword; 1840case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
79public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
216case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
538SyntaxKind.PropertyKeyword => AttributeTargets.Property,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\PropertyKeywordRecommender.cs (1)
11internal sealed class PropertyKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.PropertyKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
79public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
216case SyntaxKind.PropertyKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
538SyntaxKind.PropertyKeyword => AttributeTargets.Property,
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
79public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
216case SyntaxKind.PropertyKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
538SyntaxKind.PropertyKeyword => AttributeTargets.Property,