1 write to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (1)
StartupAnalyzerTest.cs (1)
14StartupAnalyzer = new StartupAnalyzer();
6 references to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (6)
StartupAnalyzerTest.cs (6)
19StartupAnalyzer.ServicesAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis); 20StartupAnalyzer.OptionsAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis); 21StartupAnalyzer.MiddlewareAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis); 22StartupAnalyzer.ConfigureServicesMethodFound += (sender, method) => ConfigureServicesMethods.Add(method); 23StartupAnalyzer.ConfigureMethodFound += (sender, method) => ConfigureMethods.Add(method); 656var test = new StartupCSharpAnalyzerTest(StartupAnalyzer, TestReferences.MetadataReferences)