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)
67
get {return
_exceptions
;}
78
info.AddValue("Exceptions",
_exceptions
, typeof(Exception[]));