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)
220
if (
_configProvider
is null)
253
_configProvider
.Update(routes, clusters);