4 references to HasAutoPropertySet
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbolBase.cs (4)
340&& (property.HasAutoPropertySet || setterUsesFieldKeyword)) 756return SetMethod is null || HasAutoPropertySet; 897if (!IsStatic && HasAutoPropertySet && SetMethod is { IsInitOnly: false }) 984else if (!hasGetAccessor && HasAutoPropertySet)