13 references to DummyMappedDriveUtils
Microsoft.Build.Engine.OM.UnitTests (8)
Definition\ProjectItem_Tests.cs (4)
60
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
808
unevaluatedInclude =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(unevaluatedInclude, _mappedDrive.Value.MappedDriveLetter);
901
placeHolder =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(placeHolder, _mappedDrive.Value.MappedDriveLetter);
902
excludePlaceHolder =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(excludePlaceHolder, _mappedDrive.Value.MappedDriveLetter);
Instance\ProjectItemInstance_Tests.cs (4)
34
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
1031
include =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(include, _mappedDrive.Value.MappedDriveLetter);
1032
exclude =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(exclude, _mappedDrive.Value.MappedDriveLetter);
1033
propertyValue =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(propertyValue, _mappedDrive.Value.MappedDriveLetter);
Microsoft.Build.Engine.UnitTests (2)
FileMatcher_Tests.cs (2)
26
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
1392
driveEnumeratingWildcard =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(driveEnumeratingWildcard, _mappedDrive.Value.MappedDriveLetter);
Microsoft.Build.Tasks.UnitTests (3)
CreateItem_Tests.cs (3)
37
private Lazy<DummyMappedDrive> _mappedDrive =
DummyMappedDriveUtils
.GetLazyDummyMappedDrive();
330
itemSpec =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(itemSpec, _mappedDrive.Value.MappedDriveLetter);
416
include =
DummyMappedDriveUtils
.UpdatePathToMappedDrive(include, _mappedDrive.Value.MappedDriveLetter);