1 write to _memberTypesList
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
478_memberTypesList = new List<Type>(20);
2 references to _memberTypesList
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
476if (_memberTypesList != null) 536Type type = _isTyped ? _cache!._memberTypes![position] : _memberTypesList![position];