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)
30
return
_count
;
54
list.CopyTo(offset, _nodes,
_count
, length);
68
_nodes[
_count
+ i] = list[offset + i].Node;
75
var requiredSize =
_count
+ delta;
91
if (
_count
> 0)
93
switch (
_count
)
107
return new SyntaxTokenList(null, InternalSyntax.SyntaxList.List(_nodes,
_count
), 0, 0);