4 implementations of IMatcher
Microsoft.TemplateEngine.Utils (4)
Glob.cs (4)
231private class ExactPathMatcher : IMatcher 257private class LiteralMatcher : IMatcher 293private class NameMatcher : IMatcher 317private class PathMatcher : IMatcher
6 references to IMatcher
Microsoft.TemplateEngine.Utils (6)
Glob.cs (6)
13private readonly IReadOnlyList<IMatcher> _matchers; 17private Glob(bool negate, IReadOnlyList<IMatcher> matchers, bool canBeNameOnlyMatch) 35List<IMatcher> matchers = new(); 149IMatcher matcher = _matchers[currentMatcher]; 217public Checkpoint(IMatcher matcher, int nextMatcherIndex, int stringPosition) 224public IMatcher Matcher { get; }