16 references to IsLinux
Microsoft.Build.Framework (3)
NativeMethods.cs (2)
737private static readonly bool s_isUnixLike = IsLinux || IsOSX || IsBSD; 836get { 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)
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.Tasks.UnitTests (1)
Copy_Tests.cs (1)
1152(!NativeMethodsShared.IsLinux || isUseHardLinks);