7 references to Xslt_InvalidAttribute
System.Private.Xml (7)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
788ReportError(/*[XT0090]*/SR.Xslt_InvalidAttribute, QualifiedName, _records[0].QualifiedName); 794ReportError(/*[XT0090]*/SR.Xslt_InvalidAttribute, QualifiedName, _records[0].QualifiedName);
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
35throw XsltException.Create(SR.Xslt_InvalidAttribute, input.LocalName, element);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
500throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element);
System\Xml\Xsl\XsltOld\ContainerAction.cs (3)
108throw XsltException.Create(SR.Xslt_InvalidAttribute, badAttribute, element); 298throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element); 348throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element);