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