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