4 references to AllForVariables
Microsoft.AspNetCore.Components.Analyzers (4)
ForLoopIteratorInClosureAnalyzer.cs (4)
157if (analyzerState.AllForVariables.Count == 0) 299AllForVariables.Add(iterator); 308AllForVariables.Add(potentialIterator); 325if (AllForVariables.Any(forVariable => SymbolEqualityComparer.Default.Equals(forVariable, variableReference.Local)))