7 references to Throw
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (5)
2663Throw(res, args); 4662Throw(SR.Xml_TagMismatchEx, args); 6239Throw(SR.Xml_BadNameChar, XmlException.BuildCharExceptionArgs(_ps.chars, _ps.charsUsed, _ps.charPos)); 8762Throw(SR.Xml_UnexpectedTokens2, new string[3] { unexpectedToken, expectedToken1, expectedToken2 }); 8766Throw(SR.Xml_UnexpectedTokenEx, new string[2] { unexpectedToken, expectedToken1 });
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
2295Throw(SR.Xml_TagMismatchEx, args); 3943Throw(SR.Xml_BadNameChar, XmlException.BuildCharExceptionArgs(_ps.chars, _ps.charsUsed, _ps.charPos));