2 writes to _res
System.Private.Xml (2)
System\Xml\XPath\XPathException.cs (2)
30
_res
= (string)info.GetValue("res", typeof(string))!;
103
_res
= res;
2 references to _res
System.Private.Xml (2)
System\Xml\XPath\XPathException.cs (2)
46
_message = CreateMessage(
_res
, _args);
60
info.AddValue("res",
_res
);