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