23 references to IsLinux
Microsoft.Build (2)
FileMatcher.cs (1)
1053if (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)
159if (!NativeMethodsShared.IsLinux) 263ExpectNoMatches = NativeMethodsShared.IsLinux 285ExpectNoMatches = NativeMethodsShared.IsLinux, 303ExpectNoMatches = NativeMethodsShared.IsLinux, 324ExpectNoMatches = NativeMethodsShared.IsLinux, 343ExpectNoMatches = NativeMethodsShared.IsLinux, 360ExpectNoMatches = NativeMethodsShared.IsLinux, 452ExpectNoMatches = NativeMethodsShared.IsLinux, 476ExpectNoMatches = NativeMethodsShared.IsLinux, 498ExpectNoMatches = NativeMethodsShared.IsLinux, 514ExpectNoMatches = NativeMethodsShared.IsLinux,
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
622private static readonly bool s_isUnixLike = IsLinux || IsOSX || IsBSD; 738get { return IsLinux; }
Microsoft.Build.Framework.UnitTests (1)
FileClassifier_Tests.cs (1)
61if (NativeMethodsShared.IsLinux)
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (1)
1053if (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)
1134(!NativeMethodsShared.IsLinux || isUseHardLinks);
Microsoft.Build.Utilities.Core (2)
FileMatcher.cs (1)
1053if (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)