1 instantiation of SynthesizedRecordDeconstruct
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4948
members.Add(new
SynthesizedRecordDeconstruct
(this, ctor, positionalMembers, memberOffset: members.Count));
5 references to SynthesizedRecordDeconstruct
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1651
return hidingMember is SynthesizedRecordEquals || hidingMember is
SynthesizedRecordDeconstruct
|| hidingMember is SynthesizedRecordClone;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\RecordStructTests.cs (4)
3896
var
method = comp.GetMember<
SynthesizedRecordDeconstruct
>("A.Deconstruct");
3914
var
method = comp.GetMember<
SynthesizedRecordDeconstruct
>("A.Deconstruct");