4 writes to _memberTypes
System.Runtime.Serialization.Formatters (4)
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\ObjectProgress.cs (1)
68_memberTypes = null;
2 references to _memberTypes
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\ObjectProgress.cs (2)
110Debug.Assert(_binaryTypeEnumA != null && _typeInformationA != null && _memberNames != null && _memberTypes != null); 118_dtType = _memberTypes[_count];