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