2 instantiations of OperationDeconstructor
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\HashCodeAnalyzer\HashCodeAnalyzer.cs (2)
95
using var analyzer = new
OperationDeconstructor
(this, method, hashCodeVariable: null);
144
using var valueAnalyzer = new
OperationDeconstructor
(this, method, hashCodeVariable);
2 references to OperationDeconstructor
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\HashCodeAnalyzer\HashCodeAnalyzer.cs (2)
95
using
var
analyzer = new OperationDeconstructor(this, method, hashCodeVariable: null);
144
using
var
valueAnalyzer = new OperationDeconstructor(this, method, hashCodeVariable);