2 writes to isOutputSessionClosed
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
369this.isOutputSessionClosed = true; 994this.channel.isOutputSessionClosed = true;
3 references to isOutputSessionClosed
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
364if (this.isOutputSessionClosed) 569if (this.isOutputSessionClosed) 989if (this.channel.isOutputSessionClosed)