2 writes to message
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1048this.message = message; 1160this.message = null;
2 references to message
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1157this.channel.ApplyChannelBinding(this.message); 1159Message message = this.message;