2 writes to asyncWaiters
System.ServiceModel.Internals (2)
System\Runtime\AsyncWaitHandle.cs (2)
52
this.
asyncWaiters
= new List<AsyncWaiter>();
168
this.
asyncWaiters
= null;
9 references to asyncWaiters
System.ServiceModel.Internals (9)
System\Runtime\AsyncWaitHandle.cs (9)
50
if (this.
asyncWaiters
== null)
55
this.
asyncWaiters
.Add(waiter);
82
if (thisPtr.
asyncWaiters
!= null && thisPtr.
asyncWaiters
.Remove(waiter))
167
toCallList = this.
asyncWaiters
;
176
else if (this.
asyncWaiters
!= null && this.
asyncWaiters
.Count > 0)
178
toCall = this.
asyncWaiters
[0];
179
this.
asyncWaiters
.RemoveAt(0);