1 write to _mappedPath
Microsoft.Build.UnitTests.Shared (1)
DummyMappedDrive.cs (1)
22_mappedPath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
5 references to _mappedPath
Microsoft.Build.UnitTests.Shared (5)
DummyMappedDrive.cs (5)
29Directory.CreateDirectory(_mappedPath); 30File.Create(Path.Combine(_mappedPath, "x")).Dispose(); 36DriveMapping.MapDrive(driveLetter, _mappedPath); 47if (Directory.Exists(_mappedPath)) 51Directory.Delete(_mappedPath, true);