1 write to DirPath
Microsoft.DotNet.ApiCompatibility.Tests (1)
TempDirectory.cs (1)
23
DirPath
= path;
6 references to DirPath
Microsoft.DotNet.ApiCompatibility.Tests (6)
Rules\AttributesMustMatchTests.cs (4)
1327
string filePath = Path.Combine(root.
DirPath
, "exclusions.txt");
1344
string filePath = Path.Combine(root.
DirPath
, "exclusions.txt");
1360
string filePath = Path.Combine(root.
DirPath
, "exclusions.txt");
1409
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); }