2 writes to res
System.Xml (2)
System\Xml\XPath\XPathException.cs (2)
29res = (string ) info.GetValue("res" , typeof(string )); 89this.res = res;
2 references to res
System.Xml (2)
System\Xml\XPath\XPathException.cs (2)
42message = CreateMessage(res, args); 53info.AddValue("res" , res );