1 write to Method
Microsoft.AspNetCore.SignalR.Tests (1)
Internal\TypedClientBuilderTests.cs (1)
390
Method
= method;
9 references to Method
Microsoft.AspNetCore.SignalR.Tests (9)
Internal\TypedClientBuilderTests.cs (9)
24
Assert.Equal("Method", send.
Method
);
48
Assert.Equal("Method", send.
Method
);
75
Assert.Equal("Method", send1.
Method
);
85
Assert.Equal("SubMethod", send2.
Method
);
112
Assert.Equal("Method", send1.
Method
);
121
Assert.Equal("NoArgumentMethod", send2.
Method
);
218
Assert.Equal("GetValue", send.
Method
);
260
Assert.Equal("MethodReturning", send1.
Method
);
269
Assert.Equal("NoArgumentMethodReturning", send2.
Method
);