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