7 references to MatchDriver
Microsoft.Build.Engine.UnitTests (7)
FileMatcher_Tests.cs (7)
1539MatchDriver(include, null, matching, null, null, normalizeAllPaths: false, normalizeExpectedMatchingFiles: true);
1584MatchDriver(include, exclude, matching, nonMatching, untouchable);
2387MatchDriver(filespec, null, matchingFiles, nonmatchingFiles, untouchableFiles);
2413MatchDriver(filespec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2414MatchDriver(filespec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2415MatchDriver(forwardSlashFileSpec, excludeFilespecs, matchingFiles, nonmatchingFiles, untouchableFiles);
2416MatchDriver(forwardSlashFileSpec, forwardSlashExcludeSpecs, matchingFiles, nonmatchingFiles, untouchableFiles);