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