2 writes to _messageState
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (2)
85
_messageState
= messageState;
104
_messageState
= null;
2 references to _messageState
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (2)
83
if (
_messageState
== null)
101
RecycledMessageState messageState =
_messageState
;