1 write to s_arraySetValue
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
52
s_arraySetValue
= typeof(Array).GetMethod("SetValue", new Type[] { typeof(object), typeof(int) });
3 references to s_arraySetValue
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\CodeGenerator.cs (3)
50
if (
s_arraySetValue
== null)
53
Debug.Assert(
s_arraySetValue
!= null);
55
return
s_arraySetValue
;