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) 91set => _helpURL = value;
2 references to _helpURL
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
90get => _helpURL; 114info.AddValue("HelpURL", _helpURL, typeof(string)); // Do not rename (binary serialization)