2 writes to _description
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\ProgressTracker.cs (2)
36
_description
= value;
61
_description
= null;
2 references to _description
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\ProgressTracker.cs (2)
33
get =>
_description
;
66
=> _updateActionOpt?.Invoke(
_description
, _completedItems, _totalItems);