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