FindAllReferences doesn't find usages of GetAsyncEnumerator in await foreach #45352
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
IDE-Navigation
Navigation and search
Milestone
Version Used: 16.7 preview 2
Steps to Reproduce:
find all references of GetAsyncENumerator in the below code:
Expected Behavior:
Returns 1 usage in
await foreach
(this happens forGetEnumerator
andforeach
)Actual Behavior:
Finds no usages.
The text was updated successfully, but these errors were encountered: