The ToString method Resolve the expression, this is a sideeffect, and causes the code to not work correctly when debugging - if you don't turn off Property evaluation (which is default on).
The ToString is not used in the code, it was used for legacy debugging back in the days.
It should either be fixed to not have any sideeffects (but not sure what it should display), or dimply be removed.
The ToString method Resolve the expression, this is a sideeffect, and causes the code to not work correctly when debugging - if you don't turn off Property evaluation (which is default on).
The ToString is not used in the code, it was used for legacy debugging back in the days.
It should either be fixed to not have any sideeffects (but not sure what it should display), or dimply be removed.