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