16 references to IsLinux
Microsoft.Build.Framework (3)
NativeMethods.cs (2)
737
private static readonly bool s_isUnixLike =
IsLinux
|| IsOSX || IsBSD || IsHaiku;
848
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)
157
if (!NativeMethodsShared.
IsLinux
)
261
ExpectNoMatches = NativeMethodsShared.
IsLinux
283
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
301
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
322
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
341
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
358
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
450
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
474
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
496
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
512
ExpectNoMatches = NativeMethodsShared.
IsLinux
,
Microsoft.Build.Tasks.UnitTests (1)
Copy_Tests.cs (1)
1151
(!NativeMethodsShared.
IsLinux
|| isUseHardLinks);