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)
83if (_messageState == null) 101RecycledMessageState messageState = _messageState;