2 writes to args
System.Xml (2)
System\Xml\XPath\XPathException.cs (2)
30args = (string[]) info.GetValue("args", typeof(string[])); 90this.args = args;
2 references to args
System.Xml (2)
System\Xml\XPath\XPathException.cs (2)
42message = CreateMessage(res, args); 54info.AddValue("args", args);