1 write to _onDisposed
Microsoft.Extensions.ServiceDiscovery (1)
Http\HttpServiceEndpointResolver.cs (1)
234Interlocked.CompareExchange(ref _onDisposed, new(TaskCreationOptions.RunContinuationsAsynchronously), null);
4 references to _onDisposed
Microsoft.Extensions.ServiceDiscovery (4)
Http\HttpServiceEndpointResolver.cs (4)
232if (_onDisposed is null) 246await _onDisposed.Task.ConfigureAwait(false); 258Debug.Assert(_onDisposed is not null); 259_onDisposed.SetResult();