23 references to IsLinux
Microsoft.Build (2)
FileMatcher.cs (1)
1050if (NativeMethodsShared.IsLinux && recursionState.SearchData.DirectoryPattern != null)
TempFileUtilities.cs (1)
48if (NativeMethodsShared.IsLinux && NativeMethodsShared.mkdir(basePath, userRWX) != 0)
Microsoft.Build.Engine.OM.UnitTests (1)
TempFileUtilities.cs (1)
48if (NativeMethodsShared.IsLinux && NativeMethodsShared.mkdir(basePath, userRWX) != 0)
Microsoft.Build.Engine.UnitTests (11)
FileMatcher_Tests.cs (11)
158if (!NativeMethodsShared.IsLinux) 262ExpectNoMatches = NativeMethodsShared.IsLinux 284ExpectNoMatches = NativeMethodsShared.IsLinux, 302ExpectNoMatches = NativeMethodsShared.IsLinux, 323ExpectNoMatches = NativeMethodsShared.IsLinux, 342ExpectNoMatches = NativeMethodsShared.IsLinux, 359ExpectNoMatches = NativeMethodsShared.IsLinux, 451ExpectNoMatches = NativeMethodsShared.IsLinux, 475ExpectNoMatches = NativeMethodsShared.IsLinux, 497ExpectNoMatches = NativeMethodsShared.IsLinux, 513ExpectNoMatches = NativeMethodsShared.IsLinux,
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
749private static readonly bool s_isUnixLike = IsLinux || IsOSX || IsBSD; 865get { return IsLinux; }
Microsoft.Build.Framework.UnitTests (1)
FileClassifier_Tests.cs (1)
66if (NativeMethodsShared.IsLinux)
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (1)
1050if (NativeMethodsShared.IsLinux && recursionState.SearchData.DirectoryPattern != null)
TempFileUtilities.cs (1)
48if (NativeMethodsShared.IsLinux && NativeMethodsShared.mkdir(basePath, userRWX) != 0)
Microsoft.Build.Tasks.UnitTests (1)
Copy_Tests.cs (1)
1129(!NativeMethodsShared.IsLinux || isUseHardLinks);
Microsoft.Build.Utilities.Core (2)
FileMatcher.cs (1)
1050if (NativeMethodsShared.IsLinux && recursionState.SearchData.DirectoryPattern != null)
TempFileUtilities.cs (1)
48if (NativeMethodsShared.IsLinux && NativeMethodsShared.mkdir(basePath, userRWX) != 0)
MSBuild (1)
TempFileUtilities.cs (1)
48if (NativeMethodsShared.IsLinux && NativeMethodsShared.mkdir(basePath, userRWX) != 0)