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