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