1 override of TryGetArrayLength
System.Private.DataContractSerialization (1)
System\Xml\XmlBinaryReader.cs (1)
1204
public override bool
TryGetArrayLength
(out int count)
2 references to TryGetArrayLength
System.Private.DataContractSerialization (2)
System\Xml\ArrayHelper.cs (2)
18
if (reader.
TryGetArrayLength
(out count))
68
if (reader.
TryGetArrayLength
(out count))