5 implementations of ReportError
System.Private.Xml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2738public void ReportError(string res, params string?[]? args)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
24public void ReportError(string res, params string?[]? args)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
849public void ReportError(string res, params string?[]? args) { }
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1112public void ReportError(string res, params string?[]? args)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
3140public void ReportError(string res, params string?[]? args)
8 references to ReportError
System.Private.Xml (8)
System\Xml\Xsl\Runtime\XsltLibrary.cs (4)
241errorHelper.ReportError(SR.Xslt_InvalidAttrValue, nameof(lang), lang); 262errorHelper.ReportError(SR.Xslt_InvalidLanguage, lang); 290errorHelper.ReportError(/*[XT_032]*/SR.Xslt_InvalidAttrValue, nameof(lang), lang); 311errorHelper.ReportError(/*[XT_033]*/SR.Xslt_InvalidLanguage, lang);
System\Xml\Xsl\Xslt\Compiler.cs (3)
209errorHelper.ReportError(/*[XT_042]*/e.Message, null); 226errorHelper.ReportError(/*[XT_043]*/e.Message, null); 245errorHelper.ReportError(/*[XT_044]*/e.Message, null);
System\Xml\Xsl\Xslt\Scripts.cs (1)
43errorHelper.ReportError(e.Message);