4 writes to _state
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
75_state = MessageState.Closed; 91_state = MessageState.Copied; 292_state = MessageState.Read; 663_state = MessageState.Written;
7 references to _state
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (7)
27get { return _state == MessageState.Closed; } 63get { return _state; } 73if (_state != MessageState.Closed) 88switch (_state) 289switch (_state) 517switch (_state) 660switch (_state)