24 references to Xslt_InvalidAttrValue
System.Private.Xml (24)
System\Xml\Xsl\Runtime\XsltLibrary.cs (4)
241errorHelper.ReportError(SR.Xslt_InvalidAttrValue, nameof(lang), lang); 245throw new XslTransformException(SR.Xslt_InvalidAttrValue, nameof(lang), lang); 290errorHelper.ReportError(/*[XT_032]*/SR.Xslt_InvalidAttrValue, nameof(lang), lang); 294throw new XslTransformException(SR.Xslt_InvalidAttrValue, nameof(lang), lang);
System\Xml\Xsl\Xslt\XsltInput.cs (1)
654ReportError(/*[XT0110]*/SR.Xslt_InvalidAttrValue, _atoms.Version, Value);
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
1153ReportError(/*[XT0530]*/SR.Xslt_InvalidAttrValue, "priority", _input.Value); 1809ReportError(/*[XT_022]*/SR.Xslt_InvalidAttrValue, "level", _input.Value); 2873ReportError(/*[XT1570]*/SR.Xslt_InvalidAttrValue, nameof(method), attValue); 3002ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, attributeName, value); 3031ReportError(/*[???]*/SR.Xslt_InvalidAttrValue, "input-type-annotations", value);
System\Xml\Xsl\XsltOld\Compiler.cs (2)
474throw XsltException.Create(SR.Xslt_InvalidAttrValue, Input.LocalName, value); 794throw XsltException.Create(SR.Xslt_InvalidAttrValue, _input.LocalName, prefix);
System\Xml\Xsl\XsltOld\ContainerAction.cs (4)
75throw XsltException.Create(SR.Xslt_InvalidAttrValue, "version", version); 449throw XsltException.Create(SR.Xslt_InvalidAttrValue, compiler.Input.LocalName, compiler.Input.Value); 479throw XsltException.Create(SR.Xslt_InvalidAttrValue, "elements", name); 931throw XsltException.Create(SR.Xslt_InvalidAttrValue, input.LocalName, input.Value);
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
168throw XsltException.Create(SR.Xslt_InvalidAttrValue, "level", value); 742throw XsltException.Create(SR.Xslt_InvalidAttrValue, "letter-value", letter);
System\Xml\Xsl\XsltOld\SortAction.cs (4)
46throw XsltException.Create(SR.Xslt_InvalidAttrValue, "lang", value); 70throw XsltException.Create(SR.Xslt_InvalidAttrValue, "data-type", value); 93throw XsltException.Create(SR.Xslt_InvalidAttrValue, "order", value); 114throw XsltException.Create(SR.Xslt_InvalidAttrValue, "case-order", value);
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
110throw XsltException.Create(SR.Xslt_InvalidAttrValue, "priority", value);
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
242throw XsltException.Create(SR.Xslt_InvalidAttrValue, "method", value);