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)
30Directory.CreateDirectory(_mappedPath); 31File.Create(Path.Combine(_mappedPath, "x")).Dispose(); 37DriveMapping.MapDrive(driveLetter, _mappedPath); 48if (Directory.Exists(_mappedPath)) 52Directory.Delete(_mappedPath, true);