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