2 writes to IsLoading
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackedTreeItemViewModel.cs (2)
138
IsLoading
= true;
164
IsLoading
= false;
3 references to IsLoading
Microsoft.VisualStudio.LanguageServices (3)
ValueTracking\TreeItemViewModel.cs (2)
37
public bool ShowGlyph => !
IsLoading
;
83
if (e.PropertyName == nameof(
IsLoading
))
ValueTracking\ValueTrackedTreeItemViewModel.cs (1)
132
if (_childrenCalculated ||
IsLoading
)