2 references to ConfigureServices
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
48public void ConfigureServices<T>(string methodName) => ConfigureServices(typeof(T), methodName);
Microsoft.AspNetCore.Components.Testing.Tests (1)
ServerStartOptionsTests.cs (1)
42options.ConfigureServices(type, "Configure");