2 writes to _readCharsDecoder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2277_readCharsDecoder = new IncrementalReadCharsDecoder(); 2298_readCharsDecoder = new IncrementalReadCharsDecoder();
6 references to _readCharsDecoder
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
2273if (_incReadDecoder != _readCharsDecoder) 2275if (_readCharsDecoder == null) 2279_readCharsDecoder.Reset(); 2280_incReadDecoder = _readCharsDecoder; 2296if (_readCharsDecoder == null) 2301InitIncrementalRead(_readCharsDecoder);