1 instantiation of ForLoopAnalyzerState
Microsoft.AspNetCore.Components.Analyzers (1)
ForLoopIteratorInClosureAnalyzer.cs (1)
56var analyzerState = new ForLoopAnalyzerState();
6 references to ForLoopAnalyzerState
Microsoft.AspNetCore.Components.Analyzers (6)
ForLoopIteratorInClosureAnalyzer.cs (6)
56var analyzerState = new ForLoopAnalyzerState(); 89private static void AnalyzeOperationsTree(IOperation operation, Dictionary<string, INamedTypeSymbol?> availableTypes, ForLoopAnalyzerState analyzerState) 123private static void AnalyzeForLoopVariables(IForLoopOperation forLoopOperation, ForLoopAnalyzerState analyzerState) 155private static void AnalyzeInvocation(IInvocationOperation invocation, Dictionary<string, INamedTypeSymbol?> availableTypes, ForLoopAnalyzerState analyzerState) 218private static void AnalyzeIncrementOrDecrement(IIncrementOrDecrementOperation incrementOrDecrement, ForLoopAnalyzerState analyzerState) 227private static void AnalyzeAssignment(IAssignmentOperation assignment, ForLoopAnalyzerState analyzerState)