4 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)))
Microsoft.AspNetCore.Analyzers.Test (2)
StartupFactsTest.cs (2)
124var result = StartupFacts.IsConfigureServices(symbols, method); 149var result = StartupFacts.IsConfigureServices(symbols, method);