6 references to PathComparison
Microsoft.Build.Tasks.Git (6)
GitDataReader\GitIgnore.Matcher.cs (6)
52
if (directory.Equals(Ignore.WorkingDirectory, Ignore.
PathComparison
))
104
if (isDirectoryPath && fullPathNoSlash.Equals(Ignore._workingDirectoryNoSlash, Ignore.
PathComparison
))
119
if (!normalizedPosixPath.StartsWith(Ignore.WorkingDirectory, Ignore.
PathComparison
))
141
if (directory == null || !directory.StartsWith(Ignore.WorkingDirectory, Ignore.
PathComparison
))
183
if (fileName.Equals(".git", Ignore.
PathComparison
))
203
if (!normalizedPosixPath.StartsWith(patternGroup.ContainingDirectory, Ignore.
PathComparison
))