1 write to ResultType
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
34
ResultType
= resultType;
6 references to ResultType
Microsoft.AspNetCore.SignalR.Client.Core (6)
HubConnection.cs (6)
1137
Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1150
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
1168
Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.
ResultType
.FullName!, args.Length);
1181
Log.IssuingInvocation(_logger, irq.InvocationId, irq.
ResultType
.FullName!, methodName, args);
2398
return irq.
ResultType
;
2410
return irq.
ResultType
;