3 references to FileMatcher
Microsoft.Build (2)
Evaluation\Context\EvaluationContext.cs (1)
71
FileMatcher = new
FileMatcher
(FileSystem, FileEntryExpansionCache);
FileMatcher.cs (1)
85
public static FileMatcher Default = new
FileMatcher
(FileSystems.Default, null);
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
134
var fileMatcherWithCache = new
FileMatcher
(FileSystems.Default, new ConcurrentDictionary<string, IReadOnlyList<string>>());