3 writes to args
System.Xml (3)
System\Xml\XmlException.cs (3)
46args = (string[])info.GetValue("args", typeof(string[])); 111this.args = new string[] { message }; 167this.args = args;
2 references to args
System.Xml (2)
System\Xml\XmlException.cs (2)
66message = CreateMessage( res, args, lineNumber, linePosition ); 78info.AddValue("args", args);