You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search Terms:
Find All References, Definition, Visual Studio
Code
varx=1;x++;
Find all references on the second x returns response r. Expected behavior: r[0].definition.textSpan refers to first x. Actual behavior: r[0].definition.textSpan refers to second x.