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

Investigate state sharing between different Roslyn analyzers #302

Open
allantargino opened this issue May 3, 2024 · 0 comments
Open

Investigate state sharing between different Roslyn analyzers #302

allantargino opened this issue May 3, 2024 · 0 comments
Labels
Analyzer Enhancement New feature or request P3

Comments

@allantargino
Copy link
Member

All analyzers currently instantiate KnownTypeSymbols. We should investigate whether there is a non-negligible performance gain when using state sharing (through TryGetValue methods) to instantiate it just once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analyzer Enhancement New feature or request P3
Projects
None yet
Development

No branches or pull requests

2 participants