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)
3277
if ((newEncoding.WebName != _ps.encoding.WebName || _ps.decoder is
SafeAsciiDecoder
) && !_afterResetState)
3711
if (_ps.decoder is
SafeAsciiDecoder
)
3938
if (_ps.decoder is
SafeAsciiDecoder
)