2 writes to rawConnection
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1133
this.
rawConnection
= rawConnection;
1184
this.
rawConnection
= null;
2 references to rawConnection
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1181
if (this.
rawConnection
!= null)
1183
result = this.
rawConnection
;