2 writes to topId
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
154
topId
= 0;
480
topId
= pr.PRobjectId;
2 references to topId
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
191
if (HasSurrogate(TopObject.GetType()) &&
topId
!= 0)//Not yet resolved
192
TopObject = m_objectManager.GetObject(
topId
);