2 references to RemainingItemCount
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
836return context.RemainingItemCount; 838return Math.Min(context.RemainingItemCount, dictionaryReader.Quotas.MaxArrayLength);