1 write to _taskSource
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsUpdateSolutionEvents.cs (1)
28
_taskSource
= taskSource;
3 references to _taskSource
Microsoft.VisualStudio.LanguageServices (3)
Interactive\VsUpdateSolutionEvents.cs (3)
48
_taskSource
.SetCanceled();
52
_taskSource
.SetResult(true);
56
_taskSource
.SetCanceled();