2 writes to firstItem
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3125this.firstItem = firstItem; 3132return Interlocked.Exchange<TItem>(ref this.firstItem, null);
1 reference to firstItem
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3137return (this.firstItem != null);