22 references to IsWindows
MSBuildTaskHost (22)
BuildEnvironmentHelper.cs (3)
138
if (!NativeMethodsShared.
IsWindows
)
170
if (NativeMethodsShared.
IsWindows
&&
243
if (NativeMethodsShared.
IsWindows
&&
FileUtilities.cs (3)
505
if (NativeMethodsShared.
IsWindows
)
530
if (!NativeMethodsShared.
IsWindows
|| !path.StartsWith(@"\\", StringComparison.Ordinal))
791
if (NativeMethodsShared.
IsWindows
&& !EndsWithSlash(fullPath))
Modifiers.cs (1)
464
if (NativeMethodsShared.
IsWindows
)
NativeMethods.cs (15)
453
if (
IsWindows
)
498
if (
IsWindows
)
624
if (!
IsWindows
)
681
if (
IsWindows
)
835
get { return
IsWindows
? "Windows_NT" : "Unix"; }
987
if (
IsWindows
)
1027
if (!
IsWindows
)
1104
if (
IsWindows
)
1122
if (
IsWindows
)
1186
if (
IsWindows
)
1502
if (
IsWindows
)
1730
if (
IsWindows
)
1837
return
IsWindows
1852
return
IsWindows
1867
return
IsWindows