2 writes to memberTypes
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
2096memberTypes = objectInfo.GetMemberTypes(memberNames, objectType); 2127memberTypes = new Type[memberNames.Length];
8 references to memberTypes
mscorlib (8)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
2098binaryTypeEnumA = new BinaryTypeEnum[memberTypes.Length]; 2099typeInformationA = new Object[memberTypes.Length]; 2101for (int i=0; i<memberTypes.Length; i++) 2104BinaryTypeEnum binaryTypeEnum = BinaryConverter.GetParserBinaryTypeInfo(memberTypes[i], out typeInformation); 2140memberTypes[i] = type;
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
462op.memberTypes = objectMap.memberTypes; 594op.memberTypes = objectMap.memberTypes; 690op.memberTypes = objectMap.memberTypes;