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