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); 65info.AddValue("args", _args);