4 writes to _binaryTypeEnumA
System.Runtime.Serialization.Formatters (4)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (3)
330op._binaryTypeEnumA = objectMap._binaryTypeEnumA; 457op._binaryTypeEnumA = objectMap._binaryTypeEnumA; 556op._binaryTypeEnumA = objectMap._binaryTypeEnumA;
System\Runtime\Serialization\Formatters\Binary\ObjectProgress.cs (1)
65_binaryTypeEnumA = null;
5 references to _binaryTypeEnumA
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (3)
334op._memberLength = op._binaryTypeEnumA.Length; 459op._memberLength = op._binaryTypeEnumA.Length; 558op._memberLength = op._binaryTypeEnumA.Length;
System\Runtime\Serialization\Formatters\Binary\ObjectProgress.cs (2)
110Debug.Assert(_binaryTypeEnumA != null && _typeInformationA != null && _memberNames != null && _memberTypes != null); 111outBinaryTypeEnum = _binaryTypeEnumA[_count];