3 references to _invocations
Microsoft.AspNetCore.Components.Web.Tests (3)
Media\FileDownloadTest.cs (3)
241
public IReadOnlyList<CancellationToken> CapturedTokens =>
_invocations
.Select(i => i.Token).ToList();
242
public int Count(string id) =>
_invocations
.Count(i => i.Identifier == id);
248
_invocations
.Enqueue(new Invocation(identifier, cancellationToken));