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