1 write to collectibleNodeClosedCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
308
collectibleNodeClosedCallback
= Fx.ThunkCallback(new AsyncCallback(OnCollectibleNodeClosed));
1 reference to collectibleNodeClosedCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
322
IAsyncResult result = this[i].BeginClose(
collectibleNodeClosedCallback
, this[i]);