2 writes to m_types
mscorlib (2)
system\runtime\serialization\serializationinfo.cs (2)
85
m_types
= new Type[defaultSize];
286
m_types
= newTypes;
8 references to m_types
mscorlib (8)
system\runtime\serialization\serializationinfo.cs (8)
249
return new SerializationInfoEnumerator(m_members, m_data,
m_types
, m_currMember);
279
Array.Copy(
m_types
, newTypes, m_currMember);
414
m_types
[m_currMember] = type;
444
m_types
[index] = type;
484
Contract.Assert(index <
m_types
.Length, "[SerializationInfo.GetElement]index<m_types.Length");
486
foundType =
m_types
[index];
503
Contract.Assert(index <
m_types
.Length, "[SerializationInfo.GetElement]index<m_types.Length");
505
foundType =
m_types
[index];