2 types derived from FrameViewModel
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
14internal class IgnoredFrameViewModel : FrameViewModel
StackTraceExplorer\StackFrameViewModel.cs (1)
31internal class StackFrameViewModel : FrameViewModel
4 references to FrameViewModel
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerViewModel.cs (4)
20public ObservableCollection<FrameViewModel> Frames { get; } = []; 32private FrameViewModel? _selection; 33public FrameViewModel? Selection 117private FrameViewModel GetViewModel(ParsedFrame frame)