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