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