1 instantiation of Invocation
Microsoft.AspNetCore.Components.Web.Tests (1)
Image\ImageTest.cs (1)
187
_invocations.Enqueue(new
Invocation
(identifier, args, cancellationToken));
1 reference to Invocation
Microsoft.AspNetCore.Components.Web.Tests (1)
Image\ImageTest.cs (1)
162
private readonly ConcurrentQueue<
Invocation
> _invocations = new();