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