2 references to GetValue
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\TypedClientBuilderTests.cs (2)
212var task = typedProxy.GetValue(1008, objArg, "test"); 238var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => typedProxy.GetValue(102, objArg, "test")).DefaultTimeout();