4 references to HasAutoPropertySet
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbolBase.cs (4)
138_propertyFlags |= Flags.HasAutoPropertySet; 727=> IsSetOnEitherPart(Flags.HasAutoPropertyGet | Flags.HasAutoPropertySet | Flags.GetterUsesFieldKeyword | Flags.SetterUsesFieldKeyword); 736=> IsSetOnEitherPart(Flags.HasAutoPropertyGet | Flags.HasAutoPropertySet); 742=> IsSetOnEitherPart(Flags.HasAutoPropertySet);