2 references to IsConfigureServices
Microsoft.AspNetCore.Analyzers (2)
StartupAnalyzer.cs (1)
66
var isConfigureServices = StartupFacts.
IsConfigureServices
(symbols, method);
StartupFacts.cs (1)
33
if (members[i] is IMethodSymbol method && (
IsConfigureServices
(symbols, method) || IsConfigure(symbols, method)))