2 writes to _args
System.Private.Xml (2)
System\Xml\XPath\XPathException.cs (2)
31
_args
= (string[]?)info.GetValue("args", typeof(string[]));
104
_args
= args;
2 references to _args
System.Private.Xml (2)
System\Xml\XPath\XPathException.cs (2)
46
_message = CreateMessage(_res,
_args
);
61
info.AddValue("args",
_args
);