1 write to DirPath
Microsoft.DotNet.GenAPI.Tests (1)
TempDirectory.cs (1)
23
DirPath
= path;
2 references to DirPath
Microsoft.DotNet.GenAPI.Tests (2)
TempDirectory.cs (2)
35
public string GenerateRandomFilePath() => Path.Combine(
DirPath
, Path.GetRandomFileName());
39
try { Directory.Delete(
DirPath
, recursive: true); }