1 write to args
System.Xml (1)
System\Xml\Xslt\XsltException.cs (1)
31args = (string[]) info.GetValue("args" , typeof(string[] ));
2 references to args
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
46message = CreateMessage(res, args, sourceUri, lineNumber, linePosition); 58info.AddValue("args" , args );