3 writes to _exceptions
mscorlib (3)
system\reflection\reflectiontypeloadexception.cs (3)
46_exceptions = exceptions; 53_exceptions = exceptions; 59_exceptions = (Exception[])(info.GetValue("Exceptions", typeof(Exception[])));
2 references to _exceptions
mscorlib (2)
system\reflection\reflectiontypeloadexception.cs (2)
67get {return _exceptions;} 78info.AddValue("Exceptions", _exceptions, typeof(Exception[]));