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)
356
var
containingDirectoryMatcher = GetContainingRepositoryMatcher(fullPath, directoryTree);
369
public Lazy<GitIgnore.
Matcher
?>? Matcher;
386
AddTreeNode(treeRoot, repository.WorkingDirectory, new Lazy<GitIgnore.
Matcher
?>(() => repository.Ignore.CreateMatcher()));
395
matcher: new Lazy<GitIgnore.
Matcher
?>(() =>
405
private static void AddTreeNode(DirectoryNode root, string workingDirectory, Lazy<GitIgnore.
Matcher
?> matcher)
433
internal static GitIgnore.
Matcher
? GetContainingRepositoryMatcher(string fullPath, DirectoryNode root)
439
GitIgnore.
Matcher
? containingRepositoryMatcher = null;
452
var
matcher = node.Matcher?.Value;