1 write to _onDisposed
Microsoft.Extensions.ServiceDiscovery (1)
ServiceEndpointResolver.cs (1)
226
Interlocked.CompareExchange(ref
_onDisposed
, new(TaskCreationOptions.RunContinuationsAsynchronously), null);
4 references to _onDisposed
Microsoft.Extensions.ServiceDiscovery (4)
ServiceEndpointResolver.cs (4)
224
if (
_onDisposed
is null)
238
await
_onDisposed
.Task.ConfigureAwait(false);
250
Debug.Assert(
_onDisposed
is not null);
251
_onDisposed
.SetResult();