2 writes to m_ids
mscorlib (2)
system\runtime\serialization\objectidgenerator.cs (2)
47
m_ids
= new long[m_currentSize*numbins];
175
m_ids
= newIds;
7 references to m_ids
mscorlib (7)
system\runtime\serialization\objectidgenerator.cs (7)
111
m_ids
[pos]=m_currentCount++;
112
foundID=
m_ids
[pos];
117
BCLDebug.Trace("SER", "[ObjectIDGenerator.GetID] Found objectid: ", (
m_ids
[pos]), " with hashcode: ", RuntimeHelpers.GetHashCode(obj), " Type: ", obj);
118
foundID =
m_ids
[pos];
139
return
m_ids
[pos];
172
oldIds =
m_ids
;
182
m_ids
[pos] = oldIds[j];