3 writes to m_currentId
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (3)
62m_currentId = 1; 1106return -1 * m_currentId++; 1109m_currentId++;
1 reference to m_currentId
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1100m_idGenerator.m_currentCount = m_currentId;