11 references to IsVariableReference
Microsoft.CodeAnalysis.CSharp.Features (11)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (11)
146return IsVariableReference(variable, condition.Left);
155return IsVariableReference(variable, condition.Right);
171IsVariableReference(variable, postfixUnary.Operand))
178IsVariableReference(variable, prefixUnary.Operand))
185IsVariableReference(variable, assignment.Left) &&
212return IsVariableReference(variable, condition.Left);
219return IsVariableReference(variable, condition.Right);
234IsVariableReference(variable, postfixUnary.Operand))
241IsVariableReference(variable, prefixUnary.Operand))
248IsVariableReference(variable, assignment.Left) &&
360var (left, right) = IsVariableReference(variable, condition.Left)