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