ref variable not updated in watch window after a function has modified it

Options
Verified this code works just fine in c#/real debugger, but in Linqpad the value of sTokens never changes, where it should changed to 'def' based on the real code execution.

Comments