2 references to CreateInitialTask
System.Web (2)
Util\SynchronizationHelper.cs (2)
21private Task _lastScheduledTask = CreateInitialTask(); // the last Task that was queued to this helper, used to hook future Tasks (not volatile since always accessed under lock) 22private Task _lastScheduledTaskAsync = CreateInitialTask(); // the last async Task that was queued to this helper