3 writes to _typeLoad
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\ObjectManager.cs (3)
1061_typeLoad = (TypeLoadExceptionHolder)obj; 1319internal 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)
1317internal bool TypeLoadExceptionReachable => _typeLoad != null; 1319internal TypeLoadExceptionHolder? TypeLoadException { get { return _typeLoad; } set { _typeLoad = value; } }