1 write to s_arraySetValue
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
52s_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)
50if (s_arraySetValue == null) 53Debug.Assert(s_arraySetValue != null); 55return s_arraySetValue;