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