2 writes to _res
System.Private.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
31
_res
= (string)info.GetValue("res", typeof(string))!;
95
_res
= res;
2 references to _res
System.Private.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
50
_message = CreateMessage(
_res
, _args, _sourceUri, _lineNumber, _linePosition);
64
info.AddValue("res",
_res
);