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