2 writes to LoadingCount
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackedTreeItemViewModel.cs (2)
136
TreeViewModel.
LoadingCount
++;
161
TreeViewModel.
LoadingCount
--;
2 references to LoadingCount
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackingTreeViewModel.cs (2)
117
if (e.PropertyName == nameof(
LoadingCount
))
119
IsLoading =
LoadingCount
> 0;