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