Implemented interface member:
method
ReportError
System.Xml.Xsl.IErrorHelper.ReportError(System.String, params System.String[])
43 references to ReportError
System.Private.Xml (43)
System\Xml\Xsl\Xslt\XsltLoader.cs (43)
295ReportError(/*[XT_002]*/SR.Xslt_WrongStylesheetElement); 310ReportError(/*[XT_002]*/SR.Xslt_WrongStylesheetElement); 377ReportError(/*[XT0200]*/SR.Xslt_NotAtTop, _input.QualifiedName, parentName); 443ReportError(/*[XT_003]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 456ReportError(/*[XT0130]*/SR.Xslt_NullNsAtTopLevel, _input.LocalName); 469ReportError(/*[XT0120]*/SR.Xslt_TextNodesNotAllowed, parentName); 492ReportError(/*[XT0210]*/SR.Xslt_CircularInclude, _input.Value); 520ReportError(/*[XT0180]*/SR.Xslt_CircularInclude, _input.Value); 884ReportError(/*[XTSE1205]*/SR.Xslt_KeyCntUse); 974ReportError(/*[XT1300]*/SR.Xslt_DecimalFormatSignsNotDistinct, _decimalFormatAttributes[3 + i].name, _decimalFormatAttributes[3 + j].name); 1021ReportError(/*[XT_005]*/SR.Xslt_EmptyNsAlias, "stylesheet-prefix"); 1033ReportError(/*[XT_005]*/SR.Xslt_EmptyNsAlias, "result-prefix"); 1104ReportError(/*[XT_006]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 1113ReportError(/*[XT_006]*/SR.Xslt_TextNodesNotAllowed, parentName); 1153ReportError(/*[XT0530]*/SR.Xslt_InvalidAttrValue, "priority", _input.Value); 1171ReportError(/*[XT_008]*/SR.Xslt_PriorityWithoutMatch); 1192ReportError(/*[XT0660]*/SR.Xslt_DupTemplateName, _curTemplate.Name!.QualifiedName); 1296ReportError(/*[XT_009]*/SR.Xslt_EmptyAttrValue, "implements-prefix", _input.Value); 1303ReportError(/*[XT_036]*/SR.Xslt_ScriptXsltNamespace); 1399ReportError(error, _input.QualifiedName, parentName); 1495ReportError(/*[XT_016]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 1504ReportError(/*[XT_016]*/SR.Xslt_TextNodesNotAllowed, parentName); 1518ReportError(/*[XT_015]*/SR.Xslt_InvalidApplyImports); 1679ReportError(/*[XT_018]*/SR.Xslt_WhenAfterOtherwise); 1693ReportError(/*[XT_019]*/SR.Xslt_DupOtherwise); 1706ReportError(/*[XT_020]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 1717ReportError(/*[XT_020]*/SR.Xslt_TextNodesNotAllowed, parentName); 1809ReportError(/*[XT_022]*/SR.Xslt_InvalidAttrValue, "level", _input.Value); 1946ReportError(/*[???]*/SR.Xslt_NonTemplateTunnel, name!.ToString()); 2035ReportError(/*[XT_023]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 2529ReportError(/*[XT0670]*/SR.Xslt_DuplicateWithParam, withParam.Name!.QualifiedName); 2559ReportError(/*[XT_026]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 2631ReportError(SR.Xslt_ModeListAll); 2670ReportError(SR.Xslt_ModeListEmpty); 2688ReportError(SR.Xslt_ModeListAll); 2702ReportError(SR.Xslt_ModeListDup, qname); 2873ReportError(/*[XT1570]*/SR.Xslt_InvalidAttrValue, nameof(method), attValue); 2944ReportError(/*[XT_029]*/SR.Xslt_CharAttribute, attName); 2964ReportError(/*[XT_028]*/SR.Xslt_BistateAttribute, attName, "yes", "no"); 2998ReportError(/*[???]*/SR.Xslt_SchemaAttributeValue, attributeName, value); 3002ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, attributeName, value); 3031ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, "input-type-annotations", value); 3154ReportError(SR.Xslt_NotYetImplemented, arg);