3 writes to _args
System.Private.Xml (3)
System\Xml\XmlException.cs (3)
39
_args
= (string?[])info.GetValue("args", typeof(string[]))!;
111
_args
= new string?[] { message };
171
_args
= args;
2 references to _args
System.Private.Xml (2)
System\Xml\XmlException.cs (2)
62
_message = CreateMessage(_res,
_args
, _lineNumber, _linePosition);
77
info.AddValue("args",
_args
);