1 override of TryGetArrayLength
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
1184public override bool TryGetArrayLength(out int count)
2 references to TryGetArrayLength
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (2)
19if (reader.TryGetArrayLength(out count)) 65if (reader.TryGetArrayLength(out count))