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