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