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)
95
var testAppPipeConnectionLoop =
_httpGateway
is null
98
var controlPipeConnectionLoop =
_httpGateway
is null
417
_httpResponseFilePath ??= CreateHttpTransportResponseFile(
_httpGateway
);
503
if (
_httpGateway
is null)
508
string redactedEndpoint = $"{
_httpGateway
.Endpoint.GetLeftPart(UriPartial.Authority)}/[REDACTED]";
510
.Replace(
_httpGateway
.Endpoint.AbsoluteUri, redactedEndpoint, StringComparison.Ordinal)
511
.Replace(
_httpGateway
.Token, "[REDACTED]", StringComparison.Ordinal);
746
includeControlPipe:
_httpGateway
is null));
1141
_httpGateway
?.Dispose();