1 write to _threadOperationExecutor
Microsoft.VisualStudio.LanguageServices (1)
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (1)
56
_threadOperationExecutor
= threadOperationExecutor;
2 references to _threadOperationExecutor
Microsoft.VisualStudio.LanguageServices (2)
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (2)
115
var status =
_threadOperationExecutor
.Execute(ServicesVSResources.Remove_Unused_References, ServicesVSResources.Analyzing_project_references, allowCancellation: true, showProgress: true, (operationContext) =>
158
_threadOperationExecutor
.Execute(ServicesVSResources.Remove_Unused_References, ServicesVSResources.Updating_project_references, allowCancellation: false, showProgress: true, (operationContext) =>