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); 61info.AddValue("args", _args);