2 writes to _isTyped
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
432_isTyped = true; 502_isTyped = true;
2 references to _isTyped
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
536Type type = _isTyped ? _cache!._memberTypes![position] : _memberTypesList![position];
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (1)
736if (pr._dtType == null && objectPr._objectInfo._isTyped)