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