4 writes to notification
System.ServiceModel (4)
System\ServiceModel\ComIntegration\TransactionProxy.cs (4)
330
this.
notification
= notification;
361
this.
notification
= null;
371
this.
notification
= null;
379
this.
notification
= null;
7 references to notification
System.ServiceModel (7)
System\ServiceModel\ComIntegration\TransactionProxy.cs (7)
351
this.
notification
.VoteRequest();
357
this.
notification
.Aborted(0, false, 0, S_OK);
360
Marshal.ReleaseComObject(this.
notification
);
367
this.
notification
.Committed(false, 0, S_OK);
370
Marshal.ReleaseComObject(this.
notification
);
377
this.
notification
.InDoubt();
378
Marshal.ReleaseComObject(this.
notification
);