We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dynamic
VS 2022 Version 17.11.5 Roslyn 4.11.0 (5649376)
Project info C# 12.0 .NET 8.0
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)
All usages of dynamic across all projects in the solution are discovered
No references found to dynamic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
And trigger find all references in solution for
dynamic
(place caret ondynamic
word and hit Ctrl+F12 in VS)Expected Behavior
All usages of
dynamic
across all projects in the solution are discoveredActual Behavior
No references found to
dynamic
The text was updated successfully, but these errors were encountered: