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