4 implementations of CanConsume
Microsoft.TemplateEngine.Utils (4)
Glob.cs (4)
237
public bool
CanConsume
(string test, int startAt, out int endPosition)
275
public bool
CanConsume
(string test, int startAt, out int endPosition)
299
public bool
CanConsume
(string test, int startAt, out int endPosition)
323
public bool
CanConsume
(string test, int startAt, out int endPosition)
2 references to CanConsume
Microsoft.TemplateEngine.Utils (2)
Glob.cs (2)
154
if ((currentMatcher < _matchers.Count - 1 && matcher.ProducesCheckpoint && matcher.MinConsume == 0) || matcher.
CanConsume
(test, i, out i))
196
if (checkpoint.Matcher.
CanConsume
(test, checkpoint.StringPosition, out i))