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