1 write to _analysesByType
Microsoft.AspNetCore.Analyzers (1)
StartupAnalysisBuilder.cs (1)
22_analysesByType = new Dictionary<INamedTypeSymbol, List<object>>(SymbolEqualityComparer.Default);
3 references to _analysesByType
Microsoft.AspNetCore.Analyzers (3)
StartupAnalysisBuilder.cs (3)
35_analysesByType.ToImmutableDictionary( 63if (!_analysesByType.TryGetValue(type, out var list)) 66_analysesByType.Add(type, list);