1 write to innerContext
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
190this.innerContext = innerContext;
10 references to innerContext
System.ServiceModel (10)
System\ServiceModel\Channels\TransactionChannelListener.cs (10)
195if (this.innerContext == null) 200this.innerContext.Abort(); 205if (this.innerContext == null) 214return this.innerContext.BeginReply(message, timeout, callback, state); 220if (this.innerContext == null) 225this.innerContext.Close(timeout); 230if (this.innerContext == null) 235this.innerContext.EndReply(result); 240if (this.innerContext == null) 249this.innerContext.Reply(message, timeout);