4 overrides of DecodedCount
System.Private.Xml (4)
System\Xml\Base64Decoder.cs (1)
24internal override int DecodedCount
System\Xml\BinHexDecoder.cs (1)
24internal override int DecodedCount
System\Xml\Core\IncrementalReadDecoders.cs (2)
27internal override int DecodedCount { get { return -1; } } 45internal override int DecodedCount
17 references to DecodedCount
System.Private.Xml (17)
System\Xml\Core\ReadContentAsBinaryHelper.cs (3)
353return _decoder.DecodedCount; 372return _decoder.DecodedCount; 382return _decoder.DecodedCount;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
275return _decoder.DecodedCount; 294return _decoder.DecodedCount; 304return _decoder.DecodedCount;
System\Xml\Core\XmlSubtreeReader.cs (2)
871return _binDecoder.DecodedCount; 1009return _binDecoder.DecodedCount;
System\Xml\Core\XmlSubtreeReaderAsync.cs (2)
277return _binDecoder.DecodedCount; 415return _binDecoder.DecodedCount;
System\Xml\Core\XmlTextReaderImpl.cs (4)
8168return _incReadDecoder.DecodedCount; 9378return _incReadDecoder.DecodedCount; 9420return _incReadDecoder.DecodedCount; 9434return _incReadDecoder.DecodedCount;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
5386return _incReadDecoder.DecodedCount; 5431return _incReadDecoder.DecodedCount; 5445return _incReadDecoder.DecodedCount;