2 writes to ErrorText
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
335
error.
ErrorText
= XslTransformException.CreateMessage(SR.Xslt_WarningAsError, error.ErrorText);
System\Xml\Xsl\Xslt\CompilerError.cs (1)
15
ErrorText
= 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)
335
error.ErrorText = XslTransformException.CreateMessage(SR.Xslt_WarningAsError, error.
ErrorText
);
398
return string.CompareOrdinal(x.
ErrorText
, y.
ErrorText
);