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