13 references to DummyMappedDriveUtils
Microsoft.Build.Engine.OM.UnitTests (8)
Definition\ProjectItem_Tests.cs (4)
58
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
806
unevaluatedInclude =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(unevaluatedInclude, _mappedDrive.Value.MappedDriveLetter);
899
placeHolder =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(placeHolder, _mappedDrive.Value.MappedDriveLetter);
900
excludePlaceHolder =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(excludePlaceHolder, _mappedDrive.Value.MappedDriveLetter);
Instance\ProjectItemInstance_Tests.cs (4)
28
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
1025
include =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(include, _mappedDrive.Value.MappedDriveLetter);
1026
exclude =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(exclude, _mappedDrive.Value.MappedDriveLetter);
1027
propertyValue =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(propertyValue, _mappedDrive.Value.MappedDriveLetter);
Microsoft.Build.Engine.UnitTests (2)
FileMatcher_Tests.cs (2)
25
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
1391
driveEnumeratingWildcard =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(driveEnumeratingWildcard, _mappedDrive.Value.MappedDriveLetter);
Microsoft.Build.Tasks.UnitTests (3)
CreateItem_Tests.cs (3)
33
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
326
itemSpec =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(itemSpec, _mappedDrive.Value.MappedDriveLetter);
412
include =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(include, _mappedDrive.Value.MappedDriveLetter);