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)
29
Directory.CreateDirectory(
_mappedPath
);
30
File.Create(Path.Combine(
_mappedPath
, "x")).Dispose();
36
DriveMapping.MapDrive(driveLetter,
_mappedPath
);
47
if (Directory.Exists(
_mappedPath
))
51
Directory.Delete(
_mappedPath
, true);