8 references to StoreArrayElement
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\BitFlagsGenerator.cs (1)
76_ilg.StoreArrayElement(localArray, i, _locals[i]);
System\Runtime\Serialization\CodeGenerator.cs (1)
1298StoreArrayElement(_stringFormatArray, i, values[i]);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
417_ilg.StoreArrayElement(localArray, i, array[i]); 689_ilg.StoreArrayElement(growingCollection, i, value); 884_ilg.StoreArrayElement(_objectLocal, i, value);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
719_ilg.StoreArrayElement(growingCollection, i, value); 755_ilg.StoreArrayElement(_objectLocal, j, itemValue); 817_ilg.StoreArrayElement(_objectLocal, i, value);