1 write to _stackExplorerService
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
53
_stackExplorerService
= workspace.Services.GetRequiredService<IStackTraceExplorerService>();
2 references to _stackExplorerService
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackFrameViewModel.cs (2)
218
(_cachedDocument, _cachedLineNumber) =
_stackExplorerService
.GetDocumentAndLine(_workspace.CurrentSolution, _frame);
229
_definitionCache[symbolPart] = await
_stackExplorerService
.TryFindDefinitionAsync(_workspace.CurrentSolution, _frame, symbolPart, cancellationToken).ConfigureAwait(false);