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