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