2 implementations of IPatternMatcher
Microsoft.TemplateEngine.Utils (2)
Glob.cs (2)
6public class Glob : IPatternMatcher 335private class MatchAllGlob : IPatternMatcher
1 reference to IPatternMatcher
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
11public static readonly IPatternMatcher MatchAll = new MatchAllGlob();