3 writes to _pending
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (3)
69
_pending
= new PendingEntry[4];
199
_pending
= new PendingEntry[localPending.Length];
205
_pending
= newPending;
2 references to _pending
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (2)
140
PendingEntry[] localPending =
_pending
;
174
PendingEntry[] localPending =
_pending
;