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