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