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