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