4 writes to innerChannel
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (4)
559
thisPtr.
innerChannel
= null;
570
thisPtr.
innerChannel
= null;
590
thisPtr.
innerChannel
= null;
602
this.
innerChannel
= this.discoveryClientChannelBase.innerChannelFactory.CreateChannel(
13 references to innerChannel
System.ServiceModel.Discovery (13)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (13)
461
return thisPtr.
innerChannel
;
498
if (this.
innerChannel
!= null)
502
if (this.
innerChannel
!= null)
509
GetVia(this.
innerChannel
).ToString());
541
(thisPtr, t, c, s) => thisPtr.
innerChannel
.BeginOpen(thisPtr.RemainingTime(), c, s),
542
(thisPtr, r) => thisPtr.
innerChannel
.EndOpen(r),
556
if (thisPtr.
innerChannel
!= null)
558
thisPtr.
innerChannel
.Abort();
567
if (thisPtr.
innerChannel
!= null)
569
thisPtr.
innerChannel
.Abort();
578
if (thisPtr.
innerChannel
!= null)
580
thisPtr.
innerChannel
.Abort();
586
GetVia(thisPtr.
innerChannel
).ToString(),