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