5 references to _workspace
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackFrameViewModel.cs (5)
73_workspace, cancellationToken).ConfigureAwait(false); 118var navigationService = _workspace.Services.GetService<IDocumentNavigationService>(); 126_threadingContext, _workspace, textDocument.Id, lineNumber - 1, offset: 0, options, cancellationToken) 210(_cachedDocument, _cachedLineNumber) = _stackExplorerService.GetDocumentAndLine(_workspace.CurrentSolution, _frame); 221_definitionCache[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(_workspace.CurrentSolution, _frame, symbolPart, cancellationToken).ConfigureAwait(false);