2 instantiations of IncrementalReadCharsDecoder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2277
_readCharsDecoder = new
IncrementalReadCharsDecoder
();
2298
_readCharsDecoder = new
IncrementalReadCharsDecoder
();
5 references to IncrementalReadCharsDecoder
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
244
private
IncrementalReadCharsDecoder
_readCharsDecoder;
8283
throw new ArgumentNullException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "buffer" : "array");
8287
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "count" : "len");
8291
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "index" : "offset");
8295
throw new ArgumentException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "count" : "len");