This is a big rock issue that tracks the overall status of find all references for Visual Studio. It has multiple parts but ultimately entails adding the general "find all references" navigation action to pieces of the Razor document.
Given the size of this issue it will most likely not be completed in one release.
The action of "find all referencing" outside of a Razor file into one was previously implemented in old-school Razor and the structure to make it possible in new-world Razor already exists.
Estimated 5 days
@TanayParikh as an FYI I know that Roslyn was planning to move to an IProgress
/cc @dibarbet
Yep, we previously used IProgress for FAR, but it was temporarily reverted due to an issue with IProgress ordering in liveshare. We expect that to be fixed soon and we'll go back to using IProgress
but it was temporarily reverted
That would be https://github.com/dotnet/roslyn/pull/44283?
Updated the individual issues, but brief update here as well for tracking. The following components are blocked on various dependencies and will likely need to be pushed to preview 4. Will update when anything changes.
Discussed offline with @NTaylorMullen. Closing this Big Rock out as the remaining issue (https://github.com/dotnet/aspnetcore/issues/22005) has an external dependency which isn't yet available. Will track that item separately going forward, and implement once possible.