1 instantiation of SafeAsciiDecoder
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
3253_ps.decoder = new SafeAsciiDecoder();
3 references to SafeAsciiDecoder
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
3277if ((newEncoding.WebName != _ps.encoding.WebName || _ps.decoder is SafeAsciiDecoder) && !_afterResetState) 3711if (_ps.decoder is SafeAsciiDecoder) 3938if (_ps.decoder is SafeAsciiDecoder)