2 writes to obj
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
85obj = null; 120this.obj = obj;
9 references to obj
mscorlib (9)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
361if (obj != null) 363memberData = FormatterServices.GetObjectData(obj, cache.memberInfos);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (7)
353Object obj = objectInfo.obj; 357SerTrace.Log( this, "Write 1 objectInfo obj ",objectInfo.obj," objectId ", objectInfo.objectId, " objectType ", objectInfo.objectType); 467SerTrace.Log( this, "Write 2 Entry obj ",objectInfo.obj,". objectId ",objectInfo.objectId,", objType ",typeNameInfo.NIname,", memberName ",memberNameInfo.NIname,", memberType ",typeNameInfo.NIname); 577SerTrace.Log( this, "WriteMembers Entry memberType: ",memberTypeNameInfo.NIname," memberName: ",memberNameInfo.NIname," data: ",memberData," objectId: ",objectInfo.objectId, " Container object ",objectInfo.obj, " memberObjectinfo ",memberObjectInfo); 717SerTrace.Log( this, "WriteArray Entry ",objectInfo.obj," ",objectInfo.objectId); 732System.Array array = (System.Array)objectInfo.obj; 1072realObj = ((WriteObjectInfo)obj).obj;