6 references to FileOrDirectoryExistsWindows
Microsoft.Build (1)
WindowsFileSystem.cs (1)
68return NativeMethodsShared.FileOrDirectoryExistsWindows(path);
Microsoft.Build.Engine.OM.UnitTests (1)
WindowsFileSystem.cs (1)
68return NativeMethodsShared.FileOrDirectoryExistsWindows(path);
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1728? FileOrDirectoryExistsWindows(path)
Microsoft.Build.Tasks.Core (1)
WindowsFileSystem.cs (1)
68return NativeMethodsShared.FileOrDirectoryExistsWindows(path);
Microsoft.Build.Utilities.Core (1)
WindowsFileSystem.cs (1)
68return NativeMethodsShared.FileOrDirectoryExistsWindows(path);
MSBuild (1)
WindowsFileSystem.cs (1)
68return NativeMethodsShared.FileOrDirectoryExistsWindows(path);