8 references to _frame
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackFrameViewModel.cs (8)
137
var methodDeclaration =
_frame
.Root.MethodDeclaration;
138
var tree =
_frame
.Tree;
180
if (
_frame
.Root.FileInformationExpression is not null)
182
var fileInformation =
_frame
.Root.FileInformationExpression;
187
var fileLinkText =
_frame
.Root.FileInformationExpression.ToString();
200
yield return MakeClassifiedRun(ClassificationTypeNames.Text,
_frame
.Root.EndOfLineToken.ToFullString());
210
(_cachedDocument, _cachedLineNumber) = _stackExplorerService.GetDocumentAndLine(_workspace.CurrentSolution,
_frame
);
221
_definitionCache[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(_workspace.CurrentSolution,
_frame
, symbolPart, cancellationToken).ConfigureAwait(false);