4 writes to _source
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (4)
56
_source
= info.GetString("Source"); // Do not rename (binary serialization)
98
get =>
_source
??= HasBeenThrown ? (TargetSite?.Module.Assembly.GetName().Name ?? "<unknown>") : null;
99
set =>
_source
= value;
108
_source
??= Source; // Set the Source information correctly before serialization
1 reference to _source
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
120
info.AddValue("Source",
_source
, typeof(string)); // Do not rename (binary serialization)