10 references to PropertyKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
55case SyntaxKind.PropertyKeyword: 1278case SyntaxKind.PropertyKeyword: 1385return SyntaxKind.PropertyKeyword; 1827case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
73public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
207case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\PropertyKeywordRecommender.cs (1)
11internal sealed class PropertyKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.PropertyKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxTests.cs (1)
269case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
73public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
207case SyntaxKind.PropertyKeyword: