COBCH1893 Local variable not visible from anonymous method

A quick watch operation (or similar) on a variable not visible from an anonymous method has been attempted whilst debugging.

This message applies only to debugging .NET code.

If a method defines a local variable, and also contains an anonymous method, and if that anonymous method does not reference the local variable, then when execution has paused inside the anonymous method, the local variable cannot be viewed.