Make IWorkspaceStatusService.IsFullyLoadedAsync
synchronous
#49114
Labels
Milestone
IWorkspaceStatusService.IsFullyLoadedAsync
synchronous
#49114
Follow up from #48215
This pattern is used in a couple of places to make checking if a solution is fully loaded easier:
https://github.com/dotnet/roslyn/blob/master/src/EditorFeatures/Core/Implementation/Classification/SemanticClassificationUtilities.cs#L168-L174
Lets just formalize that pattern and make the property synchronous.
/cc @sharwell
The text was updated successfully, but these errors were encountered: