9 references to Frames
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
22
public bool IsEmpty => _stackExplorerVM.
Frames
.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (8)
39
public bool IsListVisible =>
Frames
.Count > 0;
40
public bool IsInstructionTextVisible =>
Frames
.Count == 0;
46
Frames
.Clear();
61
Frames
.CollectionChanged += CallstackLines_CollectionChanged;
69
Frames
.Clear();
94
Frames
.Clear();
98
Frames
.Add(vm);
113
Frames
.Clear();