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