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