3 references to IsLocalReference
Microsoft.CodeAnalysis.CodeStyle (3)
HashCodeAnalyzer.cs (2)
159if (!(IsLocalReference(returnedValue, hashCodeVariable))) 201!IsLocalReference(simpleAssignment.Target, hashCodeVariable) ||
HashCodeAnalyzer.OperationDeconstructor.cs (1)
66IsLocalReference(leftBinary.LeftOperand, _hashCodeVariable) &&