1 implementation of IPendingAsyncCall
Microsoft.JSInterop (1)
Infrastructure\PendingAsyncCall.cs (1)
10internal sealed class PendingAsyncCall<[DynamicallyAccessedMembers(JsonSerialized)] TValue> : IPendingAsyncCall
2 references to IPendingAsyncCall
Microsoft.JSInterop (2)
JSRuntime.cs (2)
23private readonly ConcurrentDictionary<long, IPendingAsyncCall> _pendingTasks = new(); 287if (!_pendingTasks.TryRemove(taskId, out var pendingCall))