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