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