4 overrides of DecodedCount
System.Xml (4)
System\Xml\Base64Decoder.cs (1)
33
internal override int
DecodedCount
{
System\Xml\BinHexDecoder.cs (1)
27
internal override int
DecodedCount
{
System\Xml\Core\IncrementalReadDecoders.cs (2)
29
internal override int
DecodedCount
{ get { return -1; } }
49
internal override int
DecodedCount
{
17 references to DecodedCount
System.Xml (17)
System\Xml\Core\ReadContentAsBinaryHelper.cs (3)
345
return decoder.
DecodedCount
;
361
return decoder.
DecodedCount
;
370
return decoder.
DecodedCount
;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
269
return decoder.
DecodedCount
;
285
return decoder.
DecodedCount
;
294
return decoder.
DecodedCount
;
System\Xml\Core\XmlSubtreeReader.cs (2)
712
return binDecoder.
DecodedCount
;
831
return binDecoder.
DecodedCount
; }
System\Xml\Core\XmlSubtreeReaderAsync.cs (2)
236
return binDecoder.
DecodedCount
;
355
return binDecoder.
DecodedCount
; }
System\Xml\Core\XmlTextReaderImpl.cs (4)
7341
return incReadDecoder.
DecodedCount
;
8366
return incReadDecoder.
DecodedCount
;
8401
return incReadDecoder.
DecodedCount
;
8414
return incReadDecoder.
DecodedCount
;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
5001
return incReadDecoder.
DecodedCount
;
5042
return incReadDecoder.
DecodedCount
;
5055
return incReadDecoder.
DecodedCount
;