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