Tagged Questions

3
votes
2answers
68 views

ReSharper Warning - Access to Modified Closure

I have the following code: string acctStatus = account.AccountStatus.ToString(); if (!SettableStatuses().Any(status => status == acctStatus)) acctStatus = ACCOUNTSTATUS.Pen …