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