2 writes to res
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
30res = (string) info.GetValue("res" , typeof(string )); 85this.res = res;
2 references to res
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
46message = CreateMessage(res, args, sourceUri, lineNumber, linePosition); 57info.AddValue("res" , res );