1 instantiation of SafeAsciiDecoder
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
3178_ps.decoder = new SafeAsciiDecoder();
6 references to SafeAsciiDecoder
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (3)
3207if ((newEncoding.WebName != _ps.encoding.WebName || _ps.decoder is SafeAsciiDecoder) && !_afterResetState) 3661if (_ps.decoder is SafeAsciiDecoder) 3879if (_ps.decoder is SafeAsciiDecoder)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
1001if ((newEncoding.WebName != _ps.encoding!.WebName || _ps.decoder is SafeAsciiDecoder) && !_afterResetState) 1245if (_ps.decoder is SafeAsciiDecoder) 1458if (_ps.decoder is SafeAsciiDecoder)