3 writes to _typeLoad
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\ObjectManager.cs (3)
1061
_typeLoad
= (TypeLoadExceptionHolder)obj;
1319
internal TypeLoadExceptionHolder? TypeLoadException { get { return _typeLoad; } set {
_typeLoad
= value; } }
1332
_typeLoad
= (TypeLoadExceptionHolder)obj;
2 references to _typeLoad
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\ObjectManager.cs (2)
1317
internal bool TypeLoadExceptionReachable =>
_typeLoad
!= null;
1319
internal TypeLoadExceptionHolder? TypeLoadException { get { return
_typeLoad
; } set { _typeLoad = value; } }