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)
1311
Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1324
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
1342
Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1355
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
2590
return irq.
ResultType
;
2602
return irq.
ResultType
;