1 write to _messageSource
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
914
_messageSource
= messageSource;
4 references to _messageSource
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
1019
Contract.Assert(
_messageSource
!= null, "messageSource should not be null in read case.");
1084
CheckResultAndEnsureNotCloseMessage(
_messageSource
, result);
1295
Fx.Assert(
_messageSource
!= null, "messageSource should not be null.");
1296
_messageSource
.FinishUsingMessageStream(pendingException);