13 references to SetValue
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (1)
792ary.SetValue(NewValue, IndexArray)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (1)
1241arrayInstance.SetValue(Conversions.ChangeType(value, elementType), indexArray)
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArrayRecord.cs (1)
128destination.SetValue(value, indices);
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (1)
56result.SetValue(_values[i], indices);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
606this.SetValue(value, intIndices);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
510a.SetValue(providedArgs![idxCnt], idx);
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
69_arrayOfT.SetValue(memberValue, indices);
System\Private\Windows\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
21array.SetValue(value, _indices);
System.Resources.Extensions (2)
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
72_arrayOfT.SetValue(memberValue, indices);
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
22array.SetValue(value, _indices);
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\ObjectManager.cs (2)
383((Array)(holder.ObjectValue)).SetValue(fixupObj, arrayIndex); 506((Array)(holder.ObjectValue)).SetValue(tempObjectHolder.ObjectValue, ((int[])fixupInfo));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
644arr.SetValue(rhs, indexes);