mvolkar
Junior Member
20 Posts |
Posted - Aug 27 2018 : 4:02:42 PM
|
A minor annoyance certainly, but I noticed today that the Find References dialog incorrectly highlights the variable on the left hand side of the >>= operator as a "read reference". Certainly it is that, but it is probably more important to know that it is also a "write reference". As a result I would expect this to behave in the same way as variables on the left hand side of the &= operator, for example, which are highlighted as a "write reference". I did not test all of the other "bitwise assignment" operators. I am using build 2283.1 of Visual Assist in Visual Studio 2015. |
|