4 writes to memberTypes
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
2261memberTypes = null;
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
462op.memberTypes = objectMap.memberTypes; 594op.memberTypes = objectMap.memberTypes; 690op.memberTypes = objectMap.memberTypes;
2 references to memberTypes
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
2316if (memberTypes == null) 2320dtType = memberTypes[count];