5 references to FileMatch
Microsoft.Build (2)
Definition\BuiltInMetadata.cs (1)
107FileMatcher.Result match = FileMatcher.Default.FileMatch(evaluatedIncludeBeforeWildcardExpansion, evaluatedInclude);
Definition\Project.cs (1)
3480FileMatcher.Result match = FileMatcher.Default.FileMatch(existingIncludePiece, unevaluatedInclude);
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
2364var match = Default.FileMatch(excludeSpec, filespecUnescaped);
Microsoft.Build.Framework.UnitTests (1)
FileMatcher_Tests.cs (1)
2625FileMatcher.Result match = FileMatcher.Default.FileMatch(filespec, fileToMatch);
Microsoft.Build.Tasks.Core (1)
CreateItem.cs (1)
192FileMatcher.Result match = FileMatcher.Default.FileMatch(i.ItemSpec, file);