12 references to Throw
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (12)
1285Throw(_curPos - 5, ResXml.Xml_ExpectingWhiteSpace, "NDATA"); 1638Throw(_curPos, ResXml.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos)); 2140Throw(_curPos, ResXml.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos)); 3042Throw(_curPos, ResXml.Xml_UnexpectedEOF, "Name"); 3105Throw(_curPos, ResXml.Xml_UnexpectedEOF, "Name"); 3174Throw(_curPos, ResXml.Xml_UnexpectedEOF, "NmToken"); 3240Throw(_tokenStartPos, ResXml.Xml_ColonInLocalName, GetNameString()); 3343Throw(_curPos - entityName.Name.Length - 1, paramEntity ? ResXml.Xml_RecursiveParEntity : ResXml.Xml_RecursiveGenEntity, entityName.Name); 3450Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_UndeclaredEntity, entityName.Name); 3458Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_UnparsedEntityRef, entityName.Name); 3463Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_ExternalEntityInAttValue, entityName.Name); 3532Throw(curPos, res, string.Empty);