Impure method is called for readonly field of value type

If you want to melt your brains for a moment, I ran into a situation where ReSharper warned “Impure Method is called for a readonly field of a value type.” Thought you guys might find this interesting and you can trust the answer because Eric Lippert answered the question: http://stackoverflow.com/questions/9927434/impure-method-is-called-for-readonly-field .

1 Like