8 references to _frame
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackFrameViewModel.cs (8)
139var methodDeclaration = _frame.Root.MethodDeclaration; 140var tree = _frame.Tree; 182if (_frame.Root.FileInformationExpression is not null) 184var fileInformation = _frame.Root.FileInformationExpression; 189var fileLinkText = _frame.Root.FileInformationExpression.ToString(); 202yield return MakeClassifiedRun(ClassificationTypeNames.Text, _frame.Root.EndOfLineToken.ToFullString()); 212(_cachedDocument, _cachedLineNumber) = _stackExplorerService.GetDocumentAndLine(_workspace.CurrentSolution, _frame); 223_definitionCache[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(_workspace.CurrentSolution, _frame, symbolPart, cancellationToken).ConfigureAwait(false);