1 write to s_getArrayLengthMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
629
s_getArrayLengthMethod
= typeof(Array).GetProperty("Length")!.GetMethod;
3 references to s_getArrayLengthMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
627
if (
s_getArrayLengthMethod
== null)
630
Debug.Assert(
s_getArrayLengthMethod
!= null);
632
return
s_getArrayLengthMethod
;