4 writes to state
System.ServiceModel (4)
System\ServiceModel\Channels\RemoteEndpointMessageProperty.cs (4)
33
this.
state
= InitializationState.All;
98
this.
state
= InitializationState.All;
106
this.
state
|= InitializationState.Address;
112
this.
state
|= InitializationState.Port;
5 references to state
System.ServiceModel (5)
System\ServiceModel\Channels\RemoteEndpointMessageProperty.cs (5)
55
if ((this.
state
& InitializationState.Address) != InitializationState.Address)
59
if ((this.
state
& InitializationState.Address) != InitializationState.Address)
73
if ((this.
state
& InitializationState.Port) != InitializationState.Port)
77
if ((this.
state
& InitializationState.Port) != InitializationState.Port)
103
if ((this.
state
& InitializationState.Address) != InitializationState.Address)