1 write to ResultType
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
35
ResultType
= resultType;
6 references to ResultType
Microsoft.AspNetCore.SignalR.Client.Core (6)
HubConnection.cs (6)
1445
Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1458
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
1476
Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1489
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
2705
return irq.
ResultType
;
2717
return irq.
ResultType
;