4 writes to _source
mscorlib (4)
system\exception.cs (4)
99
_source
= info.GetString("Source");
415
_source
= rtModule.GetRuntimeAssembly().GetSimpleName();
424
set {
_source
= value; }
573
_source
= Source; // Set the Source information correctly before serialization
4 references to _source
mscorlib (4)
system\exception.cs (4)
394
if (
_source
== null)
419
return
_source
;
571
if (
_source
== null)
586
info.AddValue("Source",
_source
, typeof(String));