18 writes to Value
Microsoft.CodeAnalysis.Razor.Compiler (18)
Language\Syntax\ArrayElement.cs (1)
38array[i].Value = items[i];
Language\Syntax\InternalSyntax\SyntaxList.cs (9)
83array[i].Value = nodes[i]; 97array[i].Value = nodes[i]; 146tmp[left.SlotCount].Value = right; 153tmp[0].Value = left; 212array[offset].Value = _child0; 213array[offset + 1].Value = _child1; 273array[offset].Value = _child0; 274array[offset + 1].Value = _child1; 275array[offset + 2].Value = _child2;
Language\Syntax\InternalSyntax\SyntaxListBuilder.cs (3)
39_nodes[index].Value = value; 66_nodes[Count++].Value = item; 132_nodes[Count].Value = null!;
Language\Syntax\InternalSyntax\SyntaxListPool.cs (2)
32_freeList[_freeIndex].Value = null; 64_freeList[_freeIndex].Value = item;
Language\Syntax\SyntaxBuilderExtensions.cs (2)
33copy[i].Value = builder[i].Green; 62copy[i].Value = builder[i].Node!;
Language\Syntax\SyntaxList.cs (1)
148=> GetRedElement(ref _children[index].Value, index);
6 references to Value
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Syntax\ArrayElement.cs (2)
14return element.Value; 54array[i] = items[i].Value;
Language\Syntax\InternalSyntax\SyntaxList.cs (1)
407offset += children[i].Value.Width;
Language\Syntax\InternalSyntax\SyntaxListBuilder.cs (2)
95Debug.Assert(_nodes[i].Value != null); 158if (_nodes[i].Value.Kind == kind)
Language\Syntax\InternalSyntax\SyntaxListPool.cs (1)
31item = _freeList[_freeIndex].Value;