2 writes to IsMethodAsync
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
47IsMethodAsync = isAwaitable; 70IsMethodAsync = isAwaitable;
27 references to IsMethodAsync
Microsoft.AspNetCore.Shared.Tests (27)
ObjectMethodExecutorTest.cs (25)
28Assert.False(executor.IsMethodAsync); 39Assert.False(executor.IsMethodAsync); 51Assert.False(executor.IsMethodAsync); 64Assert.False(executor.IsMethodAsync); 73Assert.False(executor.IsMethodAsync); 87Assert.True(executor.IsMethodAsync); 99Assert.True(executor.IsMethodAsync); 112Assert.True(executor.IsMethodAsync); 121Assert.True(executor.IsMethodAsync); 138Assert.True(executor.IsMethodAsync); 172Assert.True(executor.IsMethodAsync); 188Assert.True(executor.IsMethodAsync); 203Assert.True(executor.IsMethodAsync); 220Assert.True(executor.IsMethodAsync); 242Assert.True(executor.IsMethodAsync); 257Assert.True(executor.IsMethodAsync); 272Assert.True(executor.IsMethodAsync); 287Assert.True(executor.IsMethodAsync); 302Assert.True(executor.IsMethodAsync); 317Assert.True(executor.IsMethodAsync); 333Assert.True(executor.IsMethodAsync); 351Assert.True(executor.IsMethodAsync); 369Assert.True(executor.IsMethodAsync); 387Assert.True(executor.IsMethodAsync); 402Assert.True(executor.IsMethodAsync);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
55if (IsMethodAsync) 78if (IsMethodAsync)