1 write to _messageStatePool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (1)
22
_messageStatePool
= messageStatePool;
2 references to _messageStatePool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (2)
89
_messageStatePool
.Return(messageState);
109
return
_messageStatePool
.Take();