1 write to DirPath
Microsoft.DotNet.ApiCompatibility.Tests (1)
TempDirectory.cs (1)
23DirPath = path;
6 references to DirPath
Microsoft.DotNet.ApiCompatibility.Tests (6)
Rules\AttributesMustMatchTests.cs (4)
1327string filePath = Path.Combine(root.DirPath, "exclusions.txt"); 1344string filePath = Path.Combine(root.DirPath, "exclusions.txt"); 1360string filePath = Path.Combine(root.DirPath, "exclusions.txt"); 1409string filePath = Path.Combine(root.DirPath, "exclusions.txt");
TempDirectory.cs (2)
35public string GenerateRandomFilePath() => Path.Combine(DirPath, Path.GetRandomFileName()); 39try { Directory.Delete(DirPath, recursive: true); }