11 references to IsVariableReference
Microsoft.CodeAnalysis.CSharp.Features (11)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (11)
147return IsVariableReference(variable, condition.Left);
156return IsVariableReference(variable, condition.Right);
172IsVariableReference(variable, postfixUnary.Operand))
179IsVariableReference(variable, prefixUnary.Operand))
186IsVariableReference(variable, assignment.Left) &&
213return IsVariableReference(variable, condition.Left);
220return IsVariableReference(variable, condition.Right);
235IsVariableReference(variable, postfixUnary.Operand))
242IsVariableReference(variable, prefixUnary.Operand))
249IsVariableReference(variable, assignment.Left) &&
361var (left, right) = IsVariableReference(variable, condition.Left)