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