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