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