4 writes to state
System.ServiceModel (4)
System\ServiceModel\Channels\Message.cs (4)
102
state
= MessageState.Closed;
128
state
= MessageState.Copied;
334
state
= MessageState.Read;
681
state
= MessageState.Written;
7 references to state
System.ServiceModel (7)
System\ServiceModel\Channels\Message.cs (7)
29
get { return
state
== MessageState.Closed; }
90
get { return
state
; }
100
if (
state
!= MessageState.Closed)
125
switch (
state
)
331
switch (
state
)
558
switch (
state
)
678
switch (
state
)