2 instantiations of IntSizedArray
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
1303
valTypeObjectIdTable = new
IntSizedArray
();
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
489
return new
IntSizedArray
(this);
2 references to IntSizedArray
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
1285
private
IntSizedArray
valTypeObjectIdTable;
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
479
private IntSizedArray(
IntSizedArray
sizedArray)