1 write to memberTypesList
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
614
memberTypesList
= new List<Type>(20);
2 references to memberTypesList
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
612
if (
memberTypesList
!= null)
678
type = (Type)
memberTypesList
[position];