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)
27
get { return
_state
== MessageState.Closed; }
63
get { return
_state
; }
73
if (
_state
!= MessageState.Closed)
88
switch (
_state
)
289
switch (
_state
)
517
switch (
_state
)
660
switch (
_state
)