3 writes to size
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
55
this.
size
= size;
137
size
= Connection.EndRead();
172
size
-= bytesDecoded;
4 references to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
68
get { return
size
; }
138
if (
size
== 0)
151
if (
size
== 0)
168
int bytesDecoded = decoder.Decode(connectionBuffer, offset,
size
);