6 references to Xml_EncodingSwitchAfterResetState
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (4)
3240Throw(SR.Xml_EncodingSwitchAfterResetState, newEncodingName); 3277Throw(SR.Xml_EncodingSwitchAfterResetState, newEncodingName); 3658Throw(SR.Xml_EncodingSwitchAfterResetState, (_ps.encoding.GetByteCount("A") == 1) ? "UTF-8" : "UTF-16"); 3876Throw(SR.Xml_EncodingSwitchAfterResetState, (_ps.encoding.GetByteCount("A") == 1) ? "UTF-8" : "UTF-16");
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1242Throw(SR.Xml_EncodingSwitchAfterResetState, (_ps.encoding.GetByteCount("A") == 1) ? "UTF-8" : "UTF-16"); 1455Throw(SR.Xml_EncodingSwitchAfterResetState, (_ps.encoding.GetByteCount("A") == 1) ? "UTF-8" : "UTF-16");