6 references to Property
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\AttributeLocation.cs (2)
73case AttributeLocation.Property: 139return AttributeLocation.Property;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
444return AttributeLocation.Parameter | AttributeLocation.Property | AttributeLocation.Field;
Symbols\Source\SourcePropertySymbolBase.cs (3)
1036AttributeLocation IAttributeTargetSymbol.DefaultAttributeLocation => AttributeLocation.Property; 1040? AttributeLocation.Property | AttributeLocation.Field 1041: AttributeLocation.Property;