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