1 write to _httpResponseFilePath
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (1)
417
_httpResponseFilePath
??= CreateHttpTransportResponseFile(_httpGateway);
4 references to _httpResponseFilePath
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (4)
418
builder.Append($" {ArgumentEscaper.EscapeSingleArg("@" +
_httpResponseFilePath
)}");
434
internal string? HttpResponseFilePath =>
_httpResponseFilePath
;
1142
if (
_httpResponseFilePath
is not null)
1146
File.Delete(
_httpResponseFilePath
);