1 instantiation of HttpTestHostGateway
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (1)
414
_httpGateway ??= new
HttpTestHostGateway
(
2 references to HttpTestHostGateway
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
59
private
HttpTestHostGateway
? _httpGateway;
436
private static string CreateHttpTransportResponseFile(
HttpTestHostGateway
gateway)