4 writes to Size
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
3450data->Size = runtimeTypeSystemContract.GetBaseSize(handle); 3461data->Size += _target.Read<uint>(objAddr + numComponentsOffset) * data->dwComponentSize; 3468data->Size += (uint)objectContract.GetStringValue(objPtr).Length * data->dwComponentSize; 3486data->Size += numComponents * data->dwComponentSize;