1 instantiation of MSBuildPathMatcher
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
3339return new MSBuildPathMatcher(
6 references to MSBuildPathMatcher
Microsoft.Build.Framework (6)
Utilities\FileMatcher.cs (6)
3100MSBuildPathMatcher includeMatcher = CreatePathMatcher( 3333MSBuildPathMatcher CreatePathMatcher( 3450internal OptimizedFileSearch(string baseDirectory, MSBuildPathMatcher matcher) 3457internal MSBuildPathMatcher Matcher { get; } 3470private readonly MSBuildPathMatcher _includeMatcher; 3480MSBuildPathMatcher includeMatcher,