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();
60
Frames
.CollectionChanged += CallstackLines_CollectionChanged;
68
Frames
.Clear();
93
Frames
.Clear();
97
Frames
.Add(vm);
112
Frames
.Clear();