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