1 write to s_trimArraySizeMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
606s_trimArraySizeMethod = typeof(XmlObjectSerializerReadContext).GetMethod("TrimArraySize", Globals.ScanAllMembers);
3 references to s_trimArraySizeMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
604if (s_trimArraySizeMethod == null) 607Debug.Assert(s_trimArraySizeMethod != null); 609return s_trimArraySizeMethod;