15 references to State
System.ServiceModel (15)
System\ServiceModel\Channels\PeerNeighborManager.cs (15)
53State state; 75this.state = State.Created; 174this.state = State.Shutdown; 194this.state = State.Closed; 201return this.state != State.Opened; 222if (!(this.state != State.Created)) 379if (state == State.Opened) 526if (this.state == State.Opened) 561if (!(this.state == State.Created)) 565this.state = State.Opened; 576if (this.state == State.Opened) 680if (this.state == State.Shutdown || this.state == State.Closed) 682this.state = State.ShuttingDown; 743if (!(this.state != State.Created))