Expose synchronous SymbolFinder.FindSourceDefinition #76489
Labels
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
untriaged
Issues and PRs which have not yet been triaged by a lead
The existing api is actually implemented this way:
Where the public async entrypoint actually just defers to the synchronous impl. This is more painful to use for code that exists in layers that are public only, but which are in synchronous codepaths (for example, in syntax rewriters).
We shoudl just expose the synchronous version and optionally obsolete the async version, recommending people use it instead.
The text was updated successfully, but these errors were encountered: