1 instantiation of Invocation
Microsoft.AspNetCore.Components.Web.Tests (1)
Media\FileDownloadTest.cs (1)
248
_invocations.Enqueue(new
Invocation
(identifier, cancellationToken));
1 reference to Invocation
Microsoft.AspNetCore.Components.Web.Tests (1)
Media\FileDownloadTest.cs (1)
235
private readonly ConcurrentQueue<
Invocation
> _invocations = new();