1 write to _unsafeOnCompletedMethod
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
84
_unsafeOnCompletedMethod
= unsafeOnCompletedMethod;
1 reference to _unsafeOnCompletedMethod
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
111
var underlyingMethodToUse =
_unsafeOnCompletedMethod
?? _onCompletedMethod;