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