2 writes to isOpen
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
152this.isOpen = false; 447this.isOpen = true;
4 references to isOpen
System.ServiceModel (4)
System\ServiceModel\Channels\PeerIPHelper.cs (4)
141if (this.isOpen) 145if (this.isOpen) 427if (handler != null && this.isOpen) 438Fx.Assert(!this.isOpen, "Helper not expected to be open");