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