3 references to _definitionCache
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackFrameViewModel.cs (3)
218
if (
_definitionCache
.TryGetValue(symbolPart, out var definition) && definition is not null)
223
_definitionCache
[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(_workspace.CurrentSolution, _frame, symbolPart, cancellationToken).ConfigureAwait(false);
224
return
_definitionCache
[symbolPart];