2 writes to _obj
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
52_obj = null; 83_obj = obj;
6 references to _obj
System.Runtime.Serialization.Formatters (6)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
270if (_obj != null) 272_memberData = FormatterServices.GetObjectData(_obj, _cache._memberInfos!);
System\Runtime\Serialization\Formatters\Binary\BinaryObjectWriter.cs (4)
111object? obj = objectInfo._obj; 114throw new ArgumentNullException(nameof(objectInfo) + "." + nameof(objectInfo._obj)); 415Array array = (Array)objectInfo._obj!; 737object? realObj = obj is WriteObjectInfo ? ((WriteObjectInfo)obj)._obj : obj;