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