1 write to DirPath
Microsoft.DotNet.ApiSymbolExtensions.Tests (1)
TempDirectory.cs (1)
23
DirPath
= path;
3 references to DirPath
Microsoft.DotNet.ApiSymbolExtensions.Tests (3)
SymbolFilterFactoryTests.cs (1)
49
string filePath = Path.Combine(root.
DirPath
, "exclusions.txt");
TempDirectory.cs (2)
35
public string GenerateRandomFilePath() => Path.Combine(
DirPath
, Path.GetRandomFileName());
39
try { Directory.Delete(
DirPath
, recursive: true); }