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