5 references to Opened
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
201
return this.state != State.
Opened
;
379
if (state == State.
Opened
)
526
if (this.state == State.
Opened
)
565
this.state = State.
Opened
;
576
if (this.state == State.
Opened
)