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