1 write to _mappedPath
Microsoft.Build.UnitTests.Shared (1)
DummyMappedDrive.cs (1)
23
_mappedPath
= Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
5 references to _mappedPath
Microsoft.Build.UnitTests.Shared (5)
DummyMappedDrive.cs (5)
30
Directory.CreateDirectory(
_mappedPath
);
31
File.Create(Path.Combine(
_mappedPath
, "x")).Dispose();
37
DriveMapping.MapDrive(driveLetter,
_mappedPath
);
48
if (Directory.Exists(
_mappedPath
))
52
Directory.Delete(
_mappedPath
, true);