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