6 references to Property
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\AttributeLocation.cs (2)
75
case AttributeLocation.
Property
:
154
return AttributeLocation.
Property
;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
458
return AttributeLocation.Parameter | AttributeLocation.
Property
| AttributeLocation.Field;
Symbols\Source\SourcePropertySymbolBase.cs (3)
1301
AttributeLocation IAttributeTargetSymbol.DefaultAttributeLocation => AttributeLocation.
Property
;
1305
? AttributeLocation.
Property
| AttributeLocation.Field
1306
: AttributeLocation.
Property
;