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