1 write to ViewModel
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingToolWindow.cs (1)
64ViewModel = viewModel;
8 references to ViewModel
Microsoft.VisualStudio.LanguageServices (8)
ValueTracking\ValueTrackingCommandHandler.cs (6)
117if (toolWindow?.ViewModel is null) 136solution, child, children: [], toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 146solution, child, children: [], toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 151solution, parent, childItems.ToImmutable(), toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 158toolWindow.ViewModel.Roots.Clear(); 161toolWindow.ViewModel.Roots.Add(root);
ValueTracking\ValueTrackingToolWindow.cs (2)
19[MemberNotNullWhen(returnValue: true, nameof(_workspace), nameof(_threadingContext), nameof(ViewModel))] 81ViewModel.Roots.Clear();