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)
2211
if (_incReadDecoder !=
_readCharsDecoder
)
2214
_readCharsDecoder
.Reset();
2215
_incReadDecoder =
_readCharsDecoder
;
2233
InitIncrementalRead(
_readCharsDecoder
);