2 writes to _nodes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxListBuilder.cs (2)
17
_nodes
= new ArrayElement<GreenNode>[size];
151
Array.Resize(ref
_nodes
, newSize);
15 references to _nodes
Microsoft.CodeAnalysis.Razor.Compiler (15)
Language\Syntax\InternalSyntax\SyntaxListBuilder.cs (15)
34
return
_nodes
[index];
39
_nodes
[index].Value = value;
66
_nodes
[Count++].Value = item;
95
Debug.Assert(
_nodes
[i].Value != null);
132
_nodes
[Count].Value = null!;
137
var currentSize =
_nodes
.Length;
158
if (
_nodes
[i].Value.Kind == kind)
172
array[i] =
_nodes
[i];
185
return
_nodes
[0];
187
return SyntaxList.List(
_nodes
[0],
_nodes
[1]);
189
return SyntaxList.List(
_nodes
[0],
_nodes
[1],
_nodes
[2]);
192
Array.Copy(
_nodes
, tmp, Count);