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