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