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