4 references to GetLazyDummyMappedDrive
Microsoft.Build.Engine.OM.UnitTests (2)
Definition\ProjectItem_Tests.cs (1)
58private Lazy<DummyMappedDrive> _mappedDrive = DummyMappedDriveUtils.GetLazyDummyMappedDrive();
Instance\ProjectItemInstance_Tests.cs (1)
28private Lazy<DummyMappedDrive> _mappedDrive = DummyMappedDriveUtils.GetLazyDummyMappedDrive();
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
25private Lazy<DummyMappedDrive> _mappedDrive = DummyMappedDriveUtils.GetLazyDummyMappedDrive();
Microsoft.Build.Tasks.UnitTests (1)
CreateItem_Tests.cs (1)
33private Lazy<DummyMappedDrive> _mappedDrive = DummyMappedDriveUtils.GetLazyDummyMappedDrive();