4 references to FileMatch
Microsoft.Build (3)
Definition\BuiltInMetadata.cs (1)
110FileMatcher.Result match = FileMatcher.Default.FileMatch(evaluatedIncludeBeforeWildcardExpansion, evaluatedInclude);
Definition\Project.cs (1)
3460FileMatcher.Result match = FileMatcher.Default.FileMatch(existingIncludePiece, unevaluatedInclude);
FileMatcher.cs (1)
2346var match = Default.FileMatch(excludeSpec, filespecUnescaped);
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
2600FileMatcher.Result match = FileMatcher.Default.FileMatch(filespec, fileToMatch);