Version Used: Version 17.0.0 Preview 4.0 [31631.564.main]
Steps to Reproduce:
- Paste in to a project:
int i = 0;
Console.WriteLine(i);
Interlocked.Increment(ref i);
- Invoke inline temporary on i.
- Open the preview window,
Expected Behavior:
The preview doesn't say "no issues found", since we are failing to show conflicts.
Actual Behavior:

Note: we don't seem to show squiggles in the preview changes window either; so I don't think it will show errors in that case either.