Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Timothy Blaisdell
Total activity
4
Last activity
May 17, 2017 06:03
Member since
June 11, 2016 07:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (1)
Sort by recent activity
Recent activity
Votes
Edited
June 11, 2016 07:50
Here's an example: int x = 3;someControl.Invoke(new MethodInvoker(() => { double y = Math.Cos(x); })); //double z = Math.Cos(x); <-- if I uncomment this line, the "assigned value not used" goes aw...
Community
ReSharper Community
"Value assigned is not used in any execution path"
0 votes