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)
54for (int i = 0; i < _values.Count; i++) 56result.SetValue(_values[i], indices); 77Debug.Assert(numElementsWritten == (uint)_values.Count, "We should have traversed the entirety of the source values collection.");