2 instantiations of IncrementalReadCharsDecoder
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2213
_readCharsDecoder ??= new
IncrementalReadCharsDecoder
();
2231
_readCharsDecoder ??= new
IncrementalReadCharsDecoder
();
5 references to IncrementalReadCharsDecoder
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (5)
233
private
IncrementalReadCharsDecoder
? _readCharsDecoder;
8140
throw new ArgumentNullException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "buffer" : nameof(array));
8145
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(count) : "len");
8150
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(index) : "offset");
8155
throw new ArgumentException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(count) : "len");