1 write to s_getArraySizeMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
507s_getArraySizeMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetArraySize", Globals.ScanAllMembers);
3 references to s_getArraySizeMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
505if (s_getArraySizeMethod == null) 508Debug.Assert(s_getArraySizeMethod != null); 510return s_getArraySizeMethod;