3 writes to _res
System.Private.Xml (3)
System\Xml\XmlException.cs (3)
38
_res
= (string)info.GetValue("res", typeof(string))!;
110
_res
= (message == null ? SR.Xml_DefaultException : SR.Xml_UserException);
170
_res
= res;
3 references to _res
System.Private.Xml (3)
System\Xml\XmlException.cs (3)
62
_message = CreateMessage(
_res
, _args, _lineNumber, _linePosition);
76
info.AddValue("res",
_res
);
288
return
_res
;