2 writes to ErrorText
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
335error.ErrorText = XslTransformException.CreateMessage(SR.Xslt_WarningAsError, error.ErrorText);
System\Xml\Xsl\Xslt\CompilerError.cs (1)
15ErrorText = errorText;
4 references to ErrorText
System.Private.Xml (4)
System\Xml\Xsl\XslException.cs (1)
135: base(SR.Xml_UserException, new string[] { error.ErrorText })
System\Xml\Xsl\Xslt\Compiler.cs (3)
335error.ErrorText = XslTransformException.CreateMessage(SR.Xslt_WarningAsError, error.ErrorText); 398return string.CompareOrdinal(x.ErrorText, y.ErrorText);