1 instantiation of ServerStartOptions
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
152var options = new ServerStartOptions();
9 references to ServerStartOptions
Microsoft.AspNetCore.Components.Testing (9)
Infrastructure\IE2EServiceOverrideResolver.cs (2)
12/// <see cref="ServerStartOptions.ConfigureServices{T}(string)"/>. 35/// (as set by <see cref="ServerStartOptions.ConfigureServices{T}(string)"/>).
Infrastructure\ServerFactory.cs (3)
26Action<ServerStartOptions>? configure, 149Action<ServerStartOptions>? configure, 152var options = new ServerStartOptions();
Infrastructure\ServerInstance.cs (3)
70ServerStartOptions options, 175internal static string ComputeKey(string appName, ServerStartOptions options) 195ServerStartOptions options,
Playwright\UITest.cs (1)
62Action<ServerStartOptions>? configure = null)