4 overrides of DecodedCount
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (1)
34
internal override int
DecodedCount
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (1)
27
internal override int
DecodedCount
FrameworkFork\Microsoft.Xml\Xml\Core\IncrementalReadDecoders.cs (2)
30
internal override int
DecodedCount
{ get { return -1; } }
52
internal override int
DecodedCount
14 references to DecodedCount
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (3)
410
return _decoder.
DecodedCount
;
429
return _decoder.
DecodedCount
;
439
return _decoder.
DecodedCount
;
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
327
return _decoder.
DecodedCount
;
346
return _decoder.
DecodedCount
;
356
return _decoder.
DecodedCount
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (2)
863
return _binDecoder.
DecodedCount
;
999
return _binDecoder.
DecodedCount
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (2)
280
return _binDecoder.
DecodedCount
;
416
return _binDecoder.
DecodedCount
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
8307
return _incReadDecoder.
DecodedCount
;
9505
return _incReadDecoder.
DecodedCount
;
9545
return _incReadDecoder.
DecodedCount
;
9559
return _incReadDecoder.
DecodedCount
;