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)
2273
if (_incReadDecoder !=
_readCharsDecoder
)
2275
if (
_readCharsDecoder
== null)
2279
_readCharsDecoder
.Reset();
2280
_incReadDecoder =
_readCharsDecoder
;
2296
if (
_readCharsDecoder
== null)
2301
InitIncrementalRead(
_readCharsDecoder
);