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.