4 references to _tokens
Microsoft.TemplateEngine.Core (4)
Util\TokenTrie.cs (4)
14public int Count => _tokens.Count; 22public IReadOnlyList<IToken> Tokens => _tokens; 36int count = _tokens.Count; 43_tokens.Add(token!);