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)
100
public SerializationInfoEnumerator GetEnumerator() => new SerializationInfoEnumerator(_names, _values,
_types
, _count);
125
Array.Copy(
_types
, newTypes, _count);
243
_types
[_count] = type;
279
_types
[index] = type;
311
Debug.Assert(index <
_types
.Length, "[SerializationInfo.GetElement]index<_types.Length");
313
foundType =
_types
[index];
328
Debug.Assert(index <
_types
.Length, "[SerializationInfo.GetElement]index<_types.Length");
330
foundType =
_types
[index];