3 writes to cacheItem
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
2497this.cacheItem = cacheItem; 2510this.cacheItem = newCacheItem; 2580this.cacheItem = null;
4 references to cacheItem
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\InternalSendMessage.cs (4)
2509Fx.Assert(this.cacheItem == null, "should only be called for new cache items"); 2571if (this.cacheItem != null) 2573this.cacheItem.ReleaseReference(); 2578this.parent.lastUsedFactoryCacheItem = new KeyValuePair<ObjectCacheItem<ChannelFactoryReference>, SendMessageChannelCache>(this.cacheItem, this.CacheExtension);