1 write to _frame
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
50
_frame
= frame;
8 references to _frame
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackFrameViewModel.cs (8)
145
var methodDeclaration =
_frame
.Root.MethodDeclaration;
146
var tree =
_frame
.Tree;
188
if (
_frame
.Root.FileInformationExpression is not null)
190
var fileInformation =
_frame
.Root.FileInformationExpression;
195
var fileLinkText =
_frame
.Root.FileInformationExpression.ToString();
208
yield return MakeClassifiedRun(ClassificationTypeNames.Text,
_frame
.Root.EndOfLineToken.ToFullString());
218
(_cachedDocument, _cachedLineNumber) = _stackExplorerService.GetDocumentAndLine(_workspace.CurrentSolution,
_frame
);
229
_definitionCache[symbolPart] = await _stackExplorerService.TryFindDefinitionAsync(_workspace.CurrentSolution,
_frame
, symbolPart, cancellationToken).ConfigureAwait(false);