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