16 references to IsLinux
Microsoft.Build.Framework (3)
NativeMethods.cs (2)
737
private static readonly bool s_isUnixLike =
IsLinux
|| IsOSX || IsBSD;
836
get { return
IsLinux
; }
Utilities\FileMatcher.cs (1)
1063
if (NativeMethods.
IsLinux
&& recursionState.SearchData.DirectoryPattern != null)
Microsoft.Build.Framework.UnitTests (12)
FileClassifier_Tests.cs (1)
66
if (NativeMethodsShared.
IsLinux
)
FileMatcher_Tests.cs (11)
158
if (!NativeMethodsShared.
IsLinux
)
262
ExpectNoMatches = NativeMethodsShared.
IsLinux
284
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
302
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
323
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
342
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
359
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
451
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
475
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
497
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
513
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
Microsoft.Build.Tasks.UnitTests (1)
Copy_Tests.cs (1)
1152
(!NativeMethodsShared.
IsLinux
|| isUseHardLinks);