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