3 instantiations of SignatureOnlyPropertySymbol
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Crefs.cs (1)
806
signatureMember = new
SignatureOnlyPropertySymbol
(
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4523
var targetProperty = new
SignatureOnlyPropertySymbol
(param.Name,
4649
var targetProperty = new
SignatureOnlyPropertySymbol
(SynthesizedRecordEqualityContractProperty.PropertyName,
3 references to SignatureOnlyPropertySymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1085
var
targetProperty = new SignatureOnlyPropertySymbol(
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4523
var
targetProperty = new SignatureOnlyPropertySymbol(param.Name,
4649
var
targetProperty = new SignatureOnlyPropertySymbol(SynthesizedRecordEqualityContractProperty.PropertyName,