2 writes to args
System.Xml (2)
System\Xml\Schema\XmlSchemaException.cs (2)
37args = (string[]) info.GetValue("args", typeof(string[])); 123this.args = args;
3 references to args
System.Xml (3)
System\Xml\Schema\XmlSchemaException.cs (3)
52message = CreateMessage( res, args ); 66info.AddValue("args", args); 147 return args;