22 references to IsWindows
MSBuildTaskHost (22)
BuildEnvironmentHelper.cs (3)
139
if (!NativeMethodsShared.
IsWindows
)
171
if (NativeMethodsShared.
IsWindows
&&
244
if (NativeMethodsShared.
IsWindows
&&
FileUtilities.cs (3)
484
if (NativeMethodsShared.
IsWindows
)
509
if (!NativeMethodsShared.
IsWindows
|| !path.StartsWith(@"\\", StringComparison.Ordinal))
764
if (NativeMethodsShared.
IsWindows
&& !EndsWithSlash(fullPath))
Modifiers.cs (1)
464
if (NativeMethodsShared.
IsWindows
)
NativeMethods.cs (15)
450
if (
IsWindows
)
499
if (
IsWindows
)
625
if (!
IsWindows
)
682
if (
IsWindows
)
836
get { return
IsWindows
? "Windows_NT" : "Unix"; }
988
if (
IsWindows
)
1028
if (!
IsWindows
)
1105
if (
IsWindows
)
1123
if (
IsWindows
)
1187
if (
IsWindows
)
1503
if (
IsWindows
)
1722
if (
IsWindows
)
1829
return
IsWindows
1844
return
IsWindows
1859
return
IsWindows