1 write to serviceChannel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
121
serviceChannel
= localChannel;
9 references to serviceChannel
System.ServiceModel (9)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (9)
45
if (
serviceChannel
!= null)
73
if (
serviceChannel
!= null)
82
if (
serviceChannel
!= null)
83
serviceChannel
.Close();
95
if (
serviceChannel
== null)
99
if (
serviceChannel
== null)
126
if (
serviceChannel
== null)
133
if ((
serviceChannel
== null) && (serviceChannelFactory != null))
141
return
serviceChannel
;