6 references to Property
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\AttributeLocation.cs (2)
74
case AttributeLocation.
Property
:
152
return AttributeLocation.
Property
;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
452
return AttributeLocation.Parameter | AttributeLocation.
Property
| AttributeLocation.Field;
Symbols\Source\SourcePropertySymbolBase.cs (3)
1291
AttributeLocation IAttributeTargetSymbol.DefaultAttributeLocation => AttributeLocation.
Property
;
1295
? AttributeLocation.
Property
| AttributeLocation.Field
1296
: AttributeLocation.
Property
;