1 instantiation of Matcher
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitIgnore.cs (1)
97
=> new
Matcher
(this);
9 references to Matcher
Microsoft.Build.Tasks.Git (9)
GitDataReader\GitIgnore.cs (1)
96
public
Matcher
CreateMatcher()
GitOperations.cs (8)
357
var
containingDirectoryMatcher = GetContainingRepositoryMatcher(fullPath, directoryTree);
370
public Lazy<GitIgnore.
Matcher
?>? Matcher;
387
AddTreeNode(treeRoot, repository.WorkingDirectory, new Lazy<GitIgnore.
Matcher
?>(() => repository.Ignore.CreateMatcher()));
396
matcher: new Lazy<GitIgnore.
Matcher
?>(() =>
406
private static void AddTreeNode(DirectoryNode root, string workingDirectory, Lazy<GitIgnore.
Matcher
?> matcher)
434
internal static GitIgnore.
Matcher
? GetContainingRepositoryMatcher(string fullPath, DirectoryNode root)
440
GitIgnore.
Matcher
? containingRepositoryMatcher = null;
453
var
matcher = node.Matcher?.Value;