3 references to IsMatch
Microsoft.Build (3)
Evaluation\ItemSpec.cs (1)
477return FileMatcher.IsMatch(itemToMatch);
Utilities\EngineFileUtilities.cs (1)
579return file => matchers.Any(m => m.Value.IsMatch(file));
Utilities\FileSpecMatchTester.cs (1)
74/// Same as <see cref="IsMatch" /> but the argument is expected to be a normalized path.