4 writes to pendingCallback
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
1243
pendingCallback
= callback;
1259
pendingCallback
= null;
1269
pendingCallback
= null;
1481
pendingCallback
= null;
1 reference to pendingCallback
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1479
WaitCallback callback =
pendingCallback
;