1 write to ViewModel
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingToolWindow.cs (1)
70
ViewModel
= viewModel;
8 references to ViewModel
Microsoft.VisualStudio.LanguageServices (8)
ValueTracking\ValueTrackingCommandHandler.cs (6)
119
if (toolWindow?.
ViewModel
is null)
138
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
148
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
153
solution, parent, childItems.ToImmutable(), toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
160
toolWindow.
ViewModel
.Roots.Clear();
163
toolWindow.
ViewModel
.Roots.Add(root);
ValueTracking\ValueTrackingToolWindow.cs (2)
25
[MemberNotNullWhen(returnValue: true, nameof(_workspace), nameof(_threadingContext), nameof(
ViewModel
))]
87
ViewModel
.Roots.Clear();