5 references to IsAbsolute
Microsoft.Build.Tasks.Git (5)
GitDataReader\GitConfig.Reader.cs (1)
341
else if (!PathUtils.
IsAbsolute
(pattern))
GitDataReader\GitIgnore.cs (1)
82
NullableDebug.Assert(PathUtils.
IsAbsolute
(workingDirectory));
GitDataReader\GitIgnore.Matcher.cs (3)
75
if (!PathUtils.
IsAbsolute
(fullPath))
95
if (!PathUtils.
IsAbsolute
(fullPath))
114
Debug.Assert(PathUtils.
IsAbsolute
(normalizedPosixPath));