2 instantiations of IntSizedArray
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (1)
932_valTypeObjectIdTable ??= new IntSizedArray();
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
297public object Clone() => new IntSizedArray(this);
2 references to IntSizedArray
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (1)
50private IntSizedArray? _valTypeObjectIdTable;
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
289private IntSizedArray(IntSizedArray sizedArray)