5 references to HasCopyConstructorSignature
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
5068
if (resultMember is null || !SynthesizedRecordCopyCtor.
HasCopyConstructorSignature
(resultMember))
5108
SynthesizedRecordCopyCtor.
HasCopyConstructorSignature
(constructor);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4805
!(SynthesizedRecordCopyCtor.
HasCopyConstructorSignature
(method) && method is not SynthesizedPrimaryConstructor))
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (2)
95
if (
HasCopyConstructorSignature
(member) &&
137
return
HasCopyConstructorSignature
(method);