1 write to _context
Microsoft.AspNetCore.Analyzers (1)
ServicesAnalyzer.cs (1)
17
_context
= context;
2 references to _context
Microsoft.AspNetCore.Analyzers (2)
ServicesAnalyzer.cs (2)
31
SymbolEqualityComparer.Default.Equals(invocation.Arguments[0].Parameter?.Type,
_context
.StartupSymbols.IServiceCollection))
39
_context
.ReportAnalysis(new ServicesAnalysis(configureServicesMethod, services.ToImmutable()));