1 write to TempPath
Microsoft.AspNetCore.HttpLogging.Tests (1)
FileLoggerProcessorTests.cs (1)
22
TempPath
= Path.Combine(Environment.CurrentDirectory, "_");
9 references to TempPath
Microsoft.AspNetCore.HttpLogging.Tests (9)
FileLoggerProcessorTests.cs (9)
34
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
70
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
112
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
152
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
207
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
272
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
358
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
421
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());
490
var path = Path.Combine(
TempPath
, Path.GetRandomFileName());