8 references to Frames
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
22
public bool IsEmpty => _stackExplorerVM.
Frames
.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (7)
35
public bool IsListVisible =>
Frames
.Count > 0;
36
public bool IsInstructionTextVisible =>
Frames
.Count == 0;
42
Frames
.Clear();
56
Frames
.CollectionChanged += CallstackLines_CollectionChanged;
64
Frames
.Clear();
89
Frames
.Clear();
93
Frames
.Add(vm);