1 write to _customAwaiter
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
80_customAwaiter = customAwaiter;
4 references to _customAwaiter
Microsoft.AspNetCore.SignalR.Core (4)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (4)
87public bool IsCompleted => _isCompletedMethod(_customAwaiter); 89public object GetResult() => _getResultMethod(_customAwaiter); 93_onCompletedMethod(_customAwaiter, continuation); 112underlyingMethodToUse(_customAwaiter, continuation);