2 references to BuildWebHost
Microsoft.AspNetCore.TestHost (2)
src\829cf761fd11a470\HostFactoryResolver.cs (2)
18
public const string BuildWebHost = nameof(
BuildWebHost
);
43
return ResolveFactory<TWebHost>(assembly,
BuildWebHost
);