1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
NavigateTo\VisualStudioNavigateToItemProviderFactory.cs (1)
34
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\VisualStudioNavigateToItemProviderFactory.cs (2)
43
if (
_workspace
.Services.GetRequiredService<IWorkspaceContextService>().IsInLspEditorContext())
50
_workspace
, _threadingContext, _threadOperationExecutor, _asyncListener);