2 writes to Buffer
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1070this.buffer[head].Buffer = null; 1091this.Buffer = message.CreateBufferedCopy(int.MaxValue);
2 references to Buffer
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1001return this.buffer[(head + index) % this.maxSize].Buffer.CreateMessage(); 1069this.buffer[head].Buffer.Close();