3 references to GetMatchingDeconstructor
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
3644
constructor.
GetMatchingDeconstructor
() is { IsImplicitlyDeclared: true } deconstructor)
4572
var oldSynthesizedDeconstructor = oldPrimaryConstructor.
GetMatchingDeconstructor
();
4573
var newSynthesizedDeconstructor = newPrimaryConstructor.
GetMatchingDeconstructor
();