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