2 writes to LoadingCount
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackedTreeItemViewModel.cs (2)
137
TreeViewModel.
LoadingCount
++;
162
TreeViewModel.
LoadingCount
--;
2 references to LoadingCount
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackingTreeViewModel.cs (2)
116
if (e.PropertyName == nameof(
LoadingCount
))
118
IsLoading =
LoadingCount
> 0;