2 instantiations of TaskCompletionSource
Microsoft.Extensions.ServiceDiscovery (2)
Http\HttpServiceEndpointResolver.cs (1)
234
Interlocked.CompareExchange(ref _onDisposed,
new
(TaskCreationOptions.RunContinuationsAsynchronously), null);
ServiceEndpointResolver.cs (1)
226
Interlocked.CompareExchange(ref _onDisposed,
new
(TaskCreationOptions.RunContinuationsAsynchronously), null);
2 references to TaskCompletionSource
Microsoft.Extensions.ServiceDiscovery (2)
Http\HttpServiceEndpointResolver.cs (1)
171
private
TaskCompletionSource
? _onDisposed;
ServiceEndpointResolver.cs (1)
177
private
TaskCompletionSource
? _onDisposed;