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