1 write to _testAssemblyLocation
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
71
_testAssemblyLocation
= assembly.Location;
1 reference to _testAssemblyLocation
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
172
await instance.LaunchAsync(appEntry, options,
_testAssemblyLocation
, _testAssemblyName, readyUrl, readyTcs.Task).ConfigureAwait(false);