1 instantiation of ServicesAnalysis
Microsoft.AspNetCore.Analyzers (1)
ServicesAnalyzer.cs (1)
39_context.ReportAnalysis(new ServicesAnalysis(configureServicesMethod, services.ToImmutable()));
5 references to ServicesAnalysis
Microsoft.AspNetCore.Analyzers (5)
BuildServiceProviderAnalyzer.cs (2)
25foreach (var serviceAnalysis in _context.GetRelatedAnalyses<ServicesAnalysis>(type))
StartupAnalysisBuilder.cs (1)
41public void ReportAnalysis(ServicesAnalysis analysis)
StartupAnalyzer.Events.cs (2)
20internal event EventHandler<ServicesAnalysis>? ServicesAnalysisCompleted; 22internal void OnServicesAnalysisCompleted(ServicesAnalysis analysis)