1 write to asyncOperationsLifetimeManager
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
765this.asyncOperationsLifetimeManager = new AsyncOperationLifetimeManager();
14 references to asyncOperationsLifetimeManager
System.ServiceModel.Discovery (14)
System\ServiceModel\Discovery\DiscoveryClient.cs (14)
301this.asyncOperationsLifetimeManager.Close(timeoutHelper.RemainingTime()); 509if (this.asyncOperationsLifetimeManager.TryRemoveUnique(userState, out context)) 538FindAsyncOperationContext context = this.asyncOperationsLifetimeManager.Remove<FindAsyncOperationContext>(operationId); 547ResolveAsyncOperationContext context = this.asyncOperationsLifetimeManager.Remove<ResolveAsyncOperationContext>(operationId); 578if (!this.asyncOperationsLifetimeManager.TryLookup<FindAsyncOperationContext>(relatesTo, out context)) 660if (!this.asyncOperationsLifetimeManager.TryLookup<ResolveAsyncOperationContext>(relatesTo, out context)) 727if (!this.asyncOperationsLifetimeManager.TryLookup(relatesTo, out context)) 909if (!this.asyncOperationsLifetimeManager.TryAdd(context)) 911if (this.asyncOperationsLifetimeManager.IsClosed || this.asyncOperationsLifetimeManager.IsAborted) 924return ((Interlocked.CompareExchange(ref this.closeCalled, 1, 0) == 1) || this.asyncOperationsLifetimeManager.IsAborted); 1176AsyncOperationContext[] activeOperations = this.asyncOperationsLifetimeManager.Abort(); 1211IAsyncResult result = this.client.asyncOperationsLifetimeManager.BeginClose( 1233thisPtr.client.asyncOperationsLifetimeManager.EndClose(result);