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