4 references to _completion
Microsoft.JSInterop (4)
Infrastructure\PendingAsyncCall.cs (4)
14public Task<TValue> Task => _completion.Task; 24_completion.TrySetResult(value!); 27public void Fail(Exception exception) => _completion.TrySetException(exception); 29public void Cancel(CancellationToken cancellationToken) => _completion.TrySetCanceled(cancellationToken);