7 references to MatchDriver
Microsoft.Build.Engine.UnitTests (7)
FileMatcher_Tests.cs (7)
1514MatchDriver(include, null, matching, null, null, normalizeAllPaths: false, normalizeExpectedMatchingFiles: true);
1559MatchDriver(include, exclude, matching, nonMatching, untouchable);
2362MatchDriver(filespec, null, matchingFiles, nonmatchingFiles, untouchableFiles);
2388MatchDriver(filespec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2389MatchDriver(filespec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2390MatchDriver(forwardSlashFileSpec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2391MatchDriver(forwardSlashFileSpec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles);