1 write to _isCompletedMethod
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
81
_isCompletedMethod
= isCompletedMethod;
1 reference to _isCompletedMethod
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
87
public bool IsCompleted =>
_isCompletedMethod
(_customAwaiter);