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