2 writes to _types
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
41_types = new Type[DefaultSize]; 130_types = newTypes;
8 references to _types
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (8)
100public SerializationInfoEnumerator GetEnumerator() => new SerializationInfoEnumerator(_names, _values, _types, _count); 125Array.Copy(_types, newTypes, _count); 243_types[_count] = type; 279_types[index] = type; 311Debug.Assert(index < _types.Length, "[SerializationInfo.GetElement]index<_types.Length"); 313foundType = _types[index]; 328Debug.Assert(index < _types.Length, "[SerializationInfo.GetElement]index<_types.Length"); 330foundType = _types[index];