1 write to _taskSource
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsUpdateSolutionEvents.cs (1)
27
_taskSource
= taskSource;
3 references to _taskSource
Microsoft.VisualStudio.LanguageServices (3)
Interactive\VsUpdateSolutionEvents.cs (3)
47
_taskSource
.SetCanceled();
51
_taskSource
.SetResult(true);
55
_taskSource
.SetCanceled();