2 references to OperationDeconstructor
Microsoft.CodeAnalysis.CodeStyle (2)
HashCodeAnalyzer.cs (2)
103
using var analyzer = new
OperationDeconstructor
(this, method, hashCodeVariable: null);
164
using var valueAnalyzer = new
OperationDeconstructor
(this, method, hashCodeVariable);