1 override of TryGetArrayLength
System.Runtime.Serialization (1)
System\Xml\XmlBinaryReader.cs (1)
1214public override bool TryGetArrayLength(out int count)
2 references to TryGetArrayLength
System.Runtime.Serialization (2)
System\Xml\ArrayHelper.cs (2)
17if (reader.TryGetArrayLength(out count)) 68if (reader.TryGetArrayLength(out count))