2 writes to currentChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (2)
60currentChannel = newChannel; 212currentChannel = null;
4 references to currentChannel
System.ServiceModel (4)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (4)
39return this.currentChannel; 47if ((newChannel = currentChannel) == null) 56if ((newChannel = currentChannel) == null) 210if (channel == currentChannel)