3 writes to m_count
mscorlib (3)
system\runtime\serialization\objectmanager.cs (3)
1597
m_count
=0;
1606
m_values[
m_count
++].m_fixupInfo = fixupInfo;
1613
m_values[
m_count
++]=fixup;
7 references to m_count
mscorlib (7)
system\runtime\serialization\objectmanager.cs (7)
520
for (int i=0; i<fixups.
m_count
; i++) {
548
for (int i=0; i<fixups.
m_count
; i++) {
632
if (fixups.
m_count
==fixupsPerformed) {
1602
if (
m_count
==m_values.Length) {
1605
m_values[
m_count
].m_id=id;
1610
if (
m_count
==m_values.Length) {
1626
Array.Copy(m_values, temp,
m_count
);