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