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;
8157
throw new ArgumentNullException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? "buffer" : nameof(array));
8162
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(count) : "len");
8167
throw new ArgumentOutOfRangeException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(index) : "offset");
8172
throw new ArgumentException((_incReadDecoder is
IncrementalReadCharsDecoder
) ? nameof(count) : "len");