2 writes to _memberTypes
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\ObjectMap.cs (2)
41_memberTypes = _objectInfo.GetMemberTypes(memberNames, objectType)!; 71_memberTypes = new Type[memberNames.Length];
8 references to _memberTypes
System.Runtime.Serialization.Formatters (8)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (3)
332op._memberTypes = objectMap._memberTypes; 461op._memberTypes = objectMap._memberTypes; 560op._memberTypes = objectMap._memberTypes;
System\Runtime\Serialization\Formatters\Binary\ObjectMap.cs (5)
43_binaryTypeEnumA = new BinaryTypeEnum[_memberTypes.Length]; 44_typeInformationA = new object[_memberTypes.Length]; 46for (int i = 0; i < _memberTypes.Length; i++) 48BinaryTypeEnum binaryTypeEnum = BinaryTypeConverter.GetParserBinaryTypeInfo(_memberTypes[i]!, out object? typeInformation); 78_memberTypes[i] = type;