1 write to _firstDescription
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
55
_firstDescription
= firstDescription;
1 reference to _firstDescription
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
166
return _scopes_onlyAccessUnderLock.LastOrDefault()?.Description ??
_firstDescription
;