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