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