2 instantiations of OperationDeconstructor
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\HashCodeAnalyzer\HashCodeAnalyzer.cs (2)
95using var analyzer = new OperationDeconstructor(this, method, hashCodeVariable: null); 144using 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)
95using var analyzer = new OperationDeconstructor(this, method, hashCodeVariable: null); 144using var valueAnalyzer = new OperationDeconstructor(this, method, hashCodeVariable);