1 write to transaction
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
282this.transaction = new TransactionInstanceContextFacet(this);
10 references to transaction
System.ServiceModel (10)
System\ServiceModel\InstanceContext.cs (10)
182get { return (this.transaction != null) && !object.Equals(this.transaction.Attached, null); } 277if (this.transaction == null) 281if (this.transaction == null) 286return this.transaction; 421transaction.Attached.TransactionInformation.LocalIdentifier) 430transaction.Attached.TransactionInformation.LocalIdentifier) 434transaction.CompletePendingTransaction(transaction.Attached, error); 435transaction.Attached = null;