Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find all references to dynamic does not work #75800

Open
Rekkonnect opened this issue Nov 7, 2024 · 0 comments
Open

Find all references to dynamic does not work #75800

Rekkonnect opened this issue Nov 7, 2024 · 0 comments
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@Rekkonnect
Copy link
Contributor

Version Used

VS 2022 Version 17.11.5
Roslyn 4.11.0 (5649376)

Project info
C# 12.0
.NET 8.0

Steps to Reproduce

Use the following code:

public class C
{
    public dynamic Property { get; set; }
}

And trigger find all references in solution for dynamic (place caret on dynamic word and hit Ctrl+F12 in VS)

Expected Behavior

All usages of dynamic across all projects in the solution are discovered

Actual Behavior

No references found to dynamic

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant