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