1 write to m_idGenerator
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
140m_idGenerator = new ObjectIDGenerator();
3 references to m_idGenerator
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (3)
1076objID = m_idGenerator.HasId(realObj, out isNew); 1100m_idGenerator.m_currentCount = m_currentId; 1110long retId = m_idGenerator.GetId(obj, out isNew);