1 write to ViewModel
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingToolWindow.cs (1)
65
ViewModel
= viewModel;
8 references to ViewModel
Microsoft.VisualStudio.LanguageServices (8)
ValueTracking\ValueTrackingCommandHandler.cs (6)
118
if (toolWindow?.
ViewModel
is null)
137
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
147
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
152
solution, parent, childItems.ToImmutable(), toolWindow.
ViewModel
, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
159
toolWindow.
ViewModel
.Roots.Clear();
162
toolWindow.
ViewModel
.Roots.Add(root);
ValueTracking\ValueTrackingToolWindow.cs (2)
20
[MemberNotNullWhen(returnValue: true, nameof(_workspace), nameof(_threadingContext), nameof(
ViewModel
))]
82
ViewModel
.Roots.Clear();