8 references to StoreArrayElement
System.Runtime.Serialization (8)
System\Runtime\Serialization\BitFlagsGenerator.cs (1)
78ilg.StoreArrayElement(localArray, i, locals[i]);
System\Runtime\Serialization\CodeGenerator.cs (1)
1899StoreArrayElement(stringFormatArray, i, values[i]);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
471ilg.StoreArrayElement(localArray, i, array[i]); 730ilg.StoreArrayElement(growingCollection, i, value); 917ilg.StoreArrayElement(objectLocal, i, value);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
681ilg.StoreArrayElement(growingCollection, i, value); 717ilg.StoreArrayElement(objectLocal, j, itemValue); 777ilg.StoreArrayElement(objectLocal, i, value);