1 write to _configProvider
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
103_configProvider = _proxyApp.Services.GetRequiredService<InMemoryConfigProvider>();
2 references to _configProvider
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerFixture.cs (2)
220if (_configProvider is null) 253_configProvider.Update(routes, clusters);