5 references to ShouldEnforceMatching
Microsoft.Build.Framework (5)
Globbing\MSBuildPathMatcher.cs (2)
112_enforceStrictWin32DirectoryMatch![index] = FileMatcher.ShouldEnforceMatching(_directoryPatterns[index]); 132&& FileMatcher.ShouldEnforceMatching(filePattern);
Utilities\FileMatcher.cs (3)
375return (ShouldEnforceMatching(pattern) 455if (ShouldEnforceMatching(filespec)) 516if (ShouldEnforceMatching(pattern))