2 instantiations of IncrementalReadCharsDecoder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2277_readCharsDecoder = new IncrementalReadCharsDecoder(); 2298_readCharsDecoder = new IncrementalReadCharsDecoder();
5 references to IncrementalReadCharsDecoder
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
244private IncrementalReadCharsDecoder _readCharsDecoder; 8283throw new ArgumentNullException((_incReadDecoder is IncrementalReadCharsDecoder) ? "buffer" : "array"); 8287throw new ArgumentOutOfRangeException((_incReadDecoder is IncrementalReadCharsDecoder) ? "count" : "len"); 8291throw new ArgumentOutOfRangeException((_incReadDecoder is IncrementalReadCharsDecoder) ? "index" : "offset"); 8295throw new ArgumentException((_incReadDecoder is IncrementalReadCharsDecoder) ? "count" : "len");