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