3 instantiations of SendContext
Microsoft.AspNetCore.SignalR.Tests (3)
Internal\TypedClientBuilderTests.cs (3)
350
Sends.Add(new
SendContext
(method, args, cancellationToken, tcs));
364
Sends.Add(new
SendContext
(method, args, cancellationToken, tcs));
373
Sends.Add(new
SendContext
(method, args, cancellationToken, tcs));
4 references to SendContext
Microsoft.AspNetCore.SignalR.Tests (4)
Internal\TypedClientBuilderTests.cs (4)
344
public IList<
SendContext
> Sends { get; } = new List<
SendContext
>();
358
public IList<
SendContext
> Sends { get; } = new List<
SendContext
>();