2 writes to bufferToRecycle
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1179
byte[] bufferToRecycleSnapshot = Interlocked.Exchange<byte[]>(ref this.
bufferToRecycle
, null);
1485
this.
bufferToRecycle
= result.Array;