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