You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Getting the SemanticModel instance is potentially an expensive
operation. For example in the Roslyn.sln project it takes on average
3-5 seconds if it requires creating a new Compilation. This is true
even when processing a single project because MSBuild will load the
entire solution for such a request and hence the Compilation encompasses
the entire solution.
Delaying access in this manner significantly speeds up the formatting
speed of documents that need no changes.
0 commit comments