Re-enable find-references progress.#42430
Re-enable find-references progress.#42430CyrusNajmabadi merged 1 commit intodotnet:release/dev16.7-preview1from
Conversation
There was a problem hiding this comment.
Hmm I am unable find this file or functionality in that PR - is this shared utility between designer attribute incremental analyzer and FAR now?
There was a problem hiding this comment.
in that PR it's embedded in a type. i'm pulling it out so it can be shared with multiple services. it's also pulled out in #42383
.../Core/Def/Implementation/FindReferences/Contexts/AbstractTableDataSourceFindUsagesContext.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/AsyncBatchingWorkQueue.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Do we want to consider flighting this change, say just for internal users, instead of turning it on for everyone by default? @jinujoseph how do we push flighting changes nowadays?
mavasani
left a comment
There was a problem hiding this comment.
Changes LGTM, I have more of a logistical question on whether we should flight this change first, given the experience in this space has regressed in the past. I would let @jinujoseph sign off if we are fine in not flighting.
|
Thanks @mavasani, i agree we should flight this experience |
Sure! :) |
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/AsyncBatchingWorkQueue.cs
Outdated
Show resolved
Hide resolved
|
Ok. We've kicked off a CI build for this: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_build/results?buildId=3570956 |
|
@genlu was everything ok here? |
2750659 to
084e2d6
Compare
Move comment
fa27800 to
533f6f1
Compare
Fixes #15063
Have manually tested and profiled this to make sure there is no perf regression like last time.