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