9 references to Frames
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
22
public bool IsEmpty => _stackExplorerVM.
Frames
.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (8)
38
public bool IsListVisible =>
Frames
.Count > 0;
39
public bool IsInstructionTextVisible =>
Frames
.Count == 0;
45
Frames
.Clear();
62
Frames
.CollectionChanged += CallstackLines_CollectionChanged;
70
Frames
.Clear();
95
Frames
.Clear();
99
Frames
.Add(vm);
114
Frames
.Clear();