1 write to _onCompletedMethod
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
83
_onCompletedMethod
= onCompletedMethod;
2 references to _onCompletedMethod
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (2)
93
_onCompletedMethod
(_customAwaiter, continuation);
111
var underlyingMethodToUse = _unsafeOnCompletedMethod ??
_onCompletedMethod
;