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