1 write to _values
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (1)
27
_values
= values;
3 references to _values
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (3)
54
for (int i = 0; i <
_values
.Count; i++)
56
result.SetValue(
_values
[i], indices);
77
Debug.Assert(numElementsWritten == (uint)
_values
.Count, "We should have traversed the entirety of the source values collection.");