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