1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
52
_workspace
= workspace;
5 references to _workspace
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackFrameViewModel.cs (5)
82
_workspace
, cancellationToken).ConfigureAwait(false);
130
var navigationService =
_workspace
.Services.GetService<IDocumentNavigationService>();
135
_threadingContext,
_workspace
, document.Id, lineNumber - 1, offset: 0, options, cancellationToken).ConfigureAwait(false);
218
(_cachedDocument, _cachedLineNumber) = _stackExplorerService.GetDocumentAndLine(
_workspace
.CurrentSolution, _frame);
229
_definitionCache[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(
_workspace
.CurrentSolution, _frame, symbolPart, cancellationToken).ConfigureAwait(false);