2 references to IsViableProperty
Microsoft.CodeAnalysis.Features (2)
GenerateFromMembers\AbstractGenerateFromMembersCodeRefactoringProvider.cs (2)
64IPropertySymbol property => IsViableProperty(property) && !property.IsWriteOnly, 73IPropertySymbol property => IsViableProperty(property) && property.IsWritableInConstructor(),