8 references to PropertyKeyword
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxKindFacts.cs (3)
1178case SyntaxKind.PropertyKeyword: 1283return SyntaxKind.PropertyKeyword; 1721case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SyntaxTokenExtensions.cs (1)
160case SyntaxKind.PropertyKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordEngine.cs (1)
443.WithTarget(SyntaxFactory.AttributeTargetSpecifier(SyntaxFactory.Token(SyntaxKind.PropertyKeyword)))
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\PropertyKeywordRecommender.cs (1)
14: base(SyntaxKind.PropertyKeyword)
ConvertToRecordEngine.cs (1)
443.WithTarget(SyntaxFactory.AttributeTargetSpecifier(SyntaxFactory.Token(SyntaxKind.PropertyKeyword)))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
160case SyntaxKind.PropertyKeyword: