1 write to _httpGateway
dotnet (1)
Commands\Test\MTP\TestApplication.cs (1)
414_httpGateway ??= new HttpTestHostGateway(
9 references to _httpGateway
dotnet (9)
Commands\Test\MTP\TestApplication.cs (9)
95var testAppPipeConnectionLoop = _httpGateway is null 98var controlPipeConnectionLoop = _httpGateway is null 417_httpResponseFilePath ??= CreateHttpTransportResponseFile(_httpGateway); 503if (_httpGateway is null) 508string redactedEndpoint = $"{_httpGateway.Endpoint.GetLeftPart(UriPartial.Authority)}/[REDACTED]"; 510.Replace(_httpGateway.Endpoint.AbsoluteUri, redactedEndpoint, StringComparison.Ordinal) 511.Replace(_httpGateway.Token, "[REDACTED]", StringComparison.Ordinal); 746includeControlPipe: _httpGateway is null)); 1141_httpGateway?.Dispose();