2 writes to _helpURL
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
52
_helpURL
= info.GetString("HelpURL"); // Do not rename (binary serialization)
91
set =>
_helpURL
= value;
2 references to _helpURL
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
90
get =>
_helpURL
;
114
info.AddValue("HelpURL",
_helpURL
, typeof(string)); // Do not rename (binary serialization)