2 writes to _readCharsDecoder
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2213_readCharsDecoder ??= new IncrementalReadCharsDecoder(); 2231_readCharsDecoder ??= new IncrementalReadCharsDecoder();
4 references to _readCharsDecoder
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (4)
2211if (_incReadDecoder != _readCharsDecoder) 2214_readCharsDecoder.Reset(); 2215_incReadDecoder = _readCharsDecoder; 2233InitIncrementalRead(_readCharsDecoder);