4 writes to _count
Microsoft.CodeAnalysis (4)
Syntax\SyntaxTokenListBuilder.cs (4)
18_count = 0; 43_nodes[_count++] = item; 55_count += length; 70_count += length;
7 references to _count
Microsoft.CodeAnalysis (7)
Syntax\SyntaxTokenListBuilder.cs (7)
30return _count; 54list.CopyTo(offset, _nodes, _count, length); 68_nodes[_count + i] = list[offset + i].Node; 75var requiredSize = _count + delta; 91if (_count > 0) 93switch (_count) 107return new SyntaxTokenList(null, InternalSyntax.SyntaxList.List(_nodes, _count), 0, 0);