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