2 references to IterationVariableIsUsedForMoreThanCollectionIndex
Microsoft.CodeAnalysis.Features (2)
ConvertForToForEach\AbstractConvertForToForEachCodeRefactoringProvider.cs (2)
128
if (
IterationVariableIsUsedForMoreThanCollectionIndex
(statement))
186
if (
IterationVariableIsUsedForMoreThanCollectionIndex
(child.AsNode()!))