1 write to arraySetValue
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
131arraySetValue = typeof(Array).GetMethod("SetValue", new Type[] { typeof(object), typeof(int) });
2 references to arraySetValue
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
130if (arraySetValue == null) 132return arraySetValue;