2 writes to _args
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaException.cs (2)
36_args = (string[]?)info.GetValue("args", typeof(string[])); 133_args = args;
3 references to _args
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaException.cs (3)
54_message = CreateMessage(_res!, _args); 69info.AddValue("args", _args); 169return _args;