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