1 write to IsMethodAsync
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
42IsMethodAsync = isAwaitable;
26 references to IsMethodAsync
Microsoft.AspNetCore.Shared.Tests (26)
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 (1)
50if (IsMethodAsync)