1 write to _args
System.Private.Xml (1)
System\Xml\Xslt\XsltException.cs (1)
32
_args
= (string[]?)info.GetValue("args", typeof(string[]));
2 references to _args
System.Private.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
50
_message = CreateMessage(_res,
_args
, _sourceUri, _lineNumber, _linePosition);
65
info.AddValue("args",
_args
);