2 writes to webSocketInternalBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
802this.webSocketInternalBuffer = this.Listener.TakeWebSocketInternalBuffer(); 812byte[] buffer = Interlocked.CompareExchange<byte[]>(ref this.webSocketInternalBuffer, null, this.webSocketInternalBuffer);
3 references to webSocketInternalBuffer
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
807new ArraySegment<byte>(this.webSocketInternalBuffer)).Upcast<HttpListenerWebSocketContext, WebSocketContext>(); 812byte[] buffer = Interlocked.CompareExchange<byte[]>(ref this.webSocketInternalBuffer, null, this.webSocketInternalBuffer); 827base.OnAcceptWebSocketSuccess(context, remoteEndpointMessageProperty, this.webSocketInternalBuffer, true, requestMessage);