Implemented interface member:
method
ReportWarning
System.Xml.Xsl.IErrorHelper.ReportWarning(System.String, params System.String[])
13 references to ReportWarning
System.Private.Xml (13)
System\Xml\Xsl\Xslt\XsltLoader.cs (13)
602ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "method"); 636ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "doctype-public"); 649ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "doctype-system"); 666ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "encoding"); 676ReportWarning(/*[XT_004]*/SR.Xslt_InvalidEncoding, _input.Value); 696ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "indent"); 709ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "media-type"); 729ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "omit-xml-declaration"); 744ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "standalone"); 763ReportWarning(/*[XT1560]*/SR.Xslt_AttributeRedefinition, "version"); 1053ReportWarning(/*[XT0810]*/SR.Xslt_DupNsAlias, stylesheetNsUri); 1167ReportWarning(/*[XT_008]*/SR.Xslt_PriorityWithoutMatch); 2881ReportWarning(/*[XT1570]*/SR.Xslt_InvalidMethod, attValue);