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