4 implementations of ProducesCheckpoint
Microsoft.TemplateEngine.Utils (4)
Glob.cs (4)
235
public bool
ProducesCheckpoint
=> true;
273
public bool
ProducesCheckpoint
=> false;
297
public bool
ProducesCheckpoint
=> true;
321
public bool
ProducesCheckpoint
=> true;
3 references to ProducesCheckpoint
Microsoft.TemplateEngine.Utils (3)
Glob.cs (3)
154
if ((currentMatcher < _matchers.Count - 1 && matcher.
ProducesCheckpoint
&& matcher.MinConsume == 0) || matcher.CanConsume(test, i, out i))
158
if (currentMatcher < _matchers.Count - 1 && matcher.
ProducesCheckpoint
)
170
if (matcher.
ProducesCheckpoint
)