2 instantiations of IncrementalReadCharsDecoder
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2068
readCharsDecoder = new
IncrementalReadCharsDecoder
();
2085
readCharsDecoder = new
IncrementalReadCharsDecoder
();
5 references to IncrementalReadCharsDecoder
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (5)
258
IncrementalReadCharsDecoder
readCharsDecoder;
7321
throw new ArgumentNullException( ( incReadDecoder is
IncrementalReadCharsDecoder
) ? "buffer" : "array" );
7324
throw new ArgumentOutOfRangeException( ( incReadDecoder is
IncrementalReadCharsDecoder
) ? "count" : "len" );
7327
throw new ArgumentOutOfRangeException( ( incReadDecoder is
IncrementalReadCharsDecoder
) ? "index" : "offset" );
7330
throw new ArgumentException( ( incReadDecoder is
IncrementalReadCharsDecoder
) ? "count" : "len" );