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