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