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); 1401ReportError(error, _input.QualifiedName, parentName); 1497ReportError(/*[XT_016]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 1506ReportError(/*[XT_016]*/SR.Xslt_TextNodesNotAllowed, parentName); 1520ReportError(/*[XT_015]*/SR.Xslt_InvalidApplyImports); 1681ReportError(/*[XT_018]*/SR.Xslt_WhenAfterOtherwise); 1695ReportError(/*[XT_019]*/SR.Xslt_DupOtherwise); 1708ReportError(/*[XT_020]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 1719ReportError(/*[XT_020]*/SR.Xslt_TextNodesNotAllowed, parentName); 1811ReportError(/*[XT_022]*/SR.Xslt_InvalidAttrValue, "level", _input.Value); 1948ReportError(/*[???]*/SR.Xslt_NonTemplateTunnel, name!.ToString()); 2037ReportError(/*[XT_023]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 2531ReportError(/*[XT0670]*/SR.Xslt_DuplicateWithParam, withParam.Name!.QualifiedName); 2561ReportError(/*[XT_026]*/SR.Xslt_UnexpectedElement, _input.QualifiedName, parentName); 2633ReportError(SR.Xslt_ModeListAll); 2672ReportError(SR.Xslt_ModeListEmpty); 2690ReportError(SR.Xslt_ModeListAll); 2704ReportError(SR.Xslt_ModeListDup, qname); 2875ReportError(/*[XT1570]*/SR.Xslt_InvalidAttrValue, nameof(method), attValue); 2946ReportError(/*[XT_029]*/SR.Xslt_CharAttribute, attName); 2966ReportError(/*[XT_028]*/SR.Xslt_BistateAttribute, attName, "yes", "no"); 3000ReportError(/*[???]*/SR.Xslt_SchemaAttributeValue, attributeName, value); 3004ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, attributeName, value); 3033ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, "input-type-annotations", value); 3156ReportError(SR.Xslt_NotYetImplemented, arg);