1 write to innerResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
641
this.
innerResult
= value;
4 references to innerResult
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionChannelListener.cs (4)
627
if (!(this.
innerResult
!= null))
632
return this.
innerResult
;
639
if (this.
innerResult
== null)
643
else if (this.
innerResult
!= value)