10 references to PropertyKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
55case SyntaxKind.PropertyKeyword: 1211case SyntaxKind.PropertyKeyword: 1317return SyntaxKind.PropertyKeyword; 1757case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
67public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
208case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\PropertyKeywordRecommender.cs (1)
14: base(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)
67public static readonly SyntaxToken PropertyKeyword = Token(SyntaxKind.PropertyKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
208case SyntaxKind.PropertyKeyword: