2 writes to buffer
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1180
this.
buffer
= messageData.Array;
1219
this.
buffer
= null;
2 references to buffer
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1216
if (this.
buffer
!= null)
1218
this.channel.bufferManager.ReturnBuffer(this.
buffer
);