8 references to Closed
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
1416close = this.state == State.Closed; 1663close = this.state == State.Closed; 1931if (this.state != State.Closed) 1965if ((this.state != State.Faulted) && (this.state != State.Closed)) 1967this.state = close ? State.Closed : State.Faulted; 1990if (this.state == State.Closed) 2111bool close = this.state == State.Closed; 2141return (this.state != State.Closed) && (this.state != State.Faulted);