5 references to IsUnixLikePlatform
Microsoft.Build.Tasks.Git (5)
GitDataReader\GitConfig.Reader.cs (1)
176
if (!PathUtils.
IsUnixLikePlatform
)
GitDataReader\GitEnvironment.cs (2)
113
if (PathUtils.
IsUnixLikePlatform
)
129
Debug.Assert(!PathUtils.
IsUnixLikePlatform
);
GitDataReader\PathUtils.cs (2)
79
if (
IsUnixLikePlatform
)
103
Debug.Assert(!
IsUnixLikePlatform
);