3 instantiations of SignatureOnlyPropertySymbol
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Crefs.cs (1)
965
signatureMember = new
SignatureOnlyPropertySymbol
(
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5113
var targetProperty = new
SignatureOnlyPropertySymbol
(param.Name,
5239
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)
5113
var
targetProperty = new SignatureOnlyPropertySymbol(param.Name,
5239
var
targetProperty = new SignatureOnlyPropertySymbol(SynthesizedRecordEqualityContractProperty.PropertyName,