3 writes to pending
System.ServiceModel.Internals (3)
System\Runtime\SynchronizedPool.cs (3)
71this.pending = new PendingEntry[4]; 201this.pending = new PendingEntry[localPending.Length]; 207this.pending = newPending;
2 references to pending
System.ServiceModel.Internals (2)
System\Runtime\SynchronizedPool.cs (2)
142PendingEntry[] localPending = this.pending; 176PendingEntry[] localPending = this.pending;