- Go to src\Compilers\Core\Portable\MetadataReader\TypeNameDecoder.cs in Roslyn solution
- Right click, "Go to implementation" on the "TypeNameDecoder" type name.
Observed:
VS is blocked by an "Please wait for an editor command to finish ..." dialog. The dialog sits there for a significant amount of time, blocking user from any work in VS. There is a "Cancel" button, but clicking it (even multiple times) has no immediate effect.
Expected:
"Find All References"/"Go to implementation" should execute in the background, should not block editing and any other operations in VS, even for a second.
Observed:
VS is blocked by an "Please wait for an editor command to finish ..." dialog. The dialog sits there for a significant amount of time, blocking user from any work in VS. There is a "Cancel" button, but clicking it (even multiple times) has no immediate effect.
Expected:
"Find All References"/"Go to implementation" should execute in the background, should not block editing and any other operations in VS, even for a second.