3 references to SetCompleted
mscorlib (3)
system\threading\Tasks\Future.cs (1)
486if (cp != null) cp.SetCompleted();
system\threading\Tasks\Task.cs (2)
2330cp.SetCompleted(); 3553cp.SetCompleted();