6 references to DirectoryExistsWindows
Microsoft.Build (1)
WindowsFileSystem.cs (1)
58
return NativeMethodsShared.
DirectoryExistsWindows
(path);
Microsoft.Build.Engine.OM.UnitTests (1)
WindowsFileSystem.cs (1)
58
return NativeMethodsShared.
DirectoryExistsWindows
(path);
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1830
?
DirectoryExistsWindows
(fullPath)
Microsoft.Build.Tasks.Core (1)
WindowsFileSystem.cs (1)
58
return NativeMethodsShared.
DirectoryExistsWindows
(path);
Microsoft.Build.Utilities.Core (1)
WindowsFileSystem.cs (1)
58
return NativeMethodsShared.
DirectoryExistsWindows
(path);
MSBuild (1)
WindowsFileSystem.cs (1)
58
return NativeMethodsShared.
DirectoryExistsWindows
(path);