1 write to _webSocket
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
51_webSocket = value;
5 references to _webSocket
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
44return _webSocket; 50Fx.Assert(_webSocket == null, "webSocket should not be set before this set call."); 299WcfEventSource.Instance.WebSocketAsyncWriteStop(_webSocket.GetHashCode()); 340if (_shouldDisposeWebSocketAfterClosed && _webSocket != null) 342_webSocket.Dispose();