5 writes to isClosing
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
978
this.
isClosing
= true;
1007
this.
isClosing
= true;
1167
this.
isClosing
= true;
1461
neighbor.
isClosing
= false;
1537
neighbor.
isClosing
= false;
4 references to isClosing
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (4)
854
return
isClosing
;
976
if (!this.
isClosing
)
1004
if (!this.
isClosing
)
1165
if (!this.
isClosing
)