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