7 references to MatchDriver
Microsoft.Build.Framework.UnitTests (7)
FileMatcher_Tests.cs (7)
1538MatchDriver(include, null, matching, null, null, normalizeAllPaths: false, normalizeExpectedMatchingFiles: true); 1583MatchDriver(include, exclude, matching, nonMatching, untouchable); 2386MatchDriver(filespec, null, matchingFiles, nonmatchingFiles, untouchableFiles); 2412MatchDriver(filespec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles); 2413MatchDriver(filespec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles); 2414MatchDriver(forwardSlashFileSpec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles); 2415MatchDriver(forwardSlashFileSpec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles);