11 references to IsVariableReference
Microsoft.CodeAnalysis.CSharp.Features (11)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (11)
148return IsVariableReference(variable, condition.Left);
157return IsVariableReference(variable, condition.Right);
173IsVariableReference(variable, postfixUnary.Operand))
180IsVariableReference(variable, prefixUnary.Operand))
187IsVariableReference(variable, assignment.Left) &&
214return IsVariableReference(variable, condition.Left);
221return IsVariableReference(variable, condition.Right);
236IsVariableReference(variable, postfixUnary.Operand))
243IsVariableReference(variable, prefixUnary.Operand))
250IsVariableReference(variable, assignment.Left) &&
362var (left, right) = IsVariableReference(variable, condition.Left)