2 writes to internalBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
115this.internalBuffer = value; 396this.internalBuffer = null;
4 references to internalBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
107return this.internalBuffer; 114Fx.Assert(this.internalBuffer == null, "internalBuffer should not be set twice."); 393if (this.internalBuffer != null) 395this.bufferPool.Return(this.internalBuffer);