16 references to IsLinux
Microsoft.Build.Framework (3)
NativeMethods.cs (2)
737private static readonly bool s_isUnixLike = IsLinux || IsOSX || IsBSD || IsHaiku; 848get { return IsLinux; }
Utilities\FileMatcher.cs (1)
1063if (NativeMethods.IsLinux && recursionState.SearchData.DirectoryPattern != null)
Microsoft.Build.Framework.UnitTests (12)
FileClassifier_Tests.cs (1)
66if (NativeMethodsShared.IsLinux)
FileMatcher_Tests.cs (11)
157if (!NativeMethodsShared.IsLinux) 261ExpectNoMatches = NativeMethodsShared.IsLinux 283ExpectNoMatches = NativeMethodsShared.IsLinux, 301ExpectNoMatches = NativeMethodsShared.IsLinux, 322ExpectNoMatches = NativeMethodsShared.IsLinux, 341ExpectNoMatches = NativeMethodsShared.IsLinux, 358ExpectNoMatches = NativeMethodsShared.IsLinux, 450ExpectNoMatches = NativeMethodsShared.IsLinux, 474ExpectNoMatches = NativeMethodsShared.IsLinux, 496ExpectNoMatches = NativeMethodsShared.IsLinux, 512ExpectNoMatches = NativeMethodsShared.IsLinux,
Microsoft.Build.Tasks.UnitTests (1)
Copy_Tests.cs (1)
1151(!NativeMethodsShared.IsLinux || isUseHardLinks);