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