3 references to IsMatch
Microsoft.Build (3)
Evaluation\ItemSpec.cs (1)
477
return FileMatcher.
IsMatch
(itemToMatch);
Evaluation\LazyItemEvaluator.IncludeOperation.cs (1)
170
if (matcher.Value.
IsMatch
(item))
Utilities\FileSpecMatchTester.cs (1)
75
/// Same as <see cref="
IsMatch
" /> but the argument is expected to be a normalized path.