2 references to IsViableProperty
Microsoft.CodeAnalysis.Features (2)
GenerateFromMembers\GenerateFromMembersHelpers.cs (2)
59IPropertySymbol property => IsViableProperty(property) && !property.IsWriteOnly, 68IPropertySymbol property => IsViableProperty(property) && property.IsWritableInConstructor(),