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); 64info.AddValue("res", _res);