1 implementation of Count
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
14
public int
Count
=> _tokens.Count;
1 reference to Count
Microsoft.TemplateEngine.Core (1)
Expressions\ScopeBuilder.cs (1)
47
_knownTokensCount = tokens.
Count
;