1 write to _taskSource
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsUpdateSolutionEvents.cs (1)
25
_taskSource
= taskSource;
3 references to _taskSource
Microsoft.VisualStudio.LanguageServices (3)
Interactive\VsUpdateSolutionEvents.cs (3)
45
_taskSource
.SetCanceled();
49
_taskSource
.SetResult(true);
53
_taskSource
.SetCanceled();