aspnetcore/src/Shared/ObjectMethodExecutor
Michal Strehovský 9cd2ad15ff Remove use of GetRuntimeInterfaceMap in IsTypeAwaitable (#10572)
`GetRuntimeInterfaceMap` is a rather expensive API and it doesn't look like the use here is warranted.

The replacement should have equivalent behavior.
2019-06-05 10:58:54 -07:00
..
AwaitableInfo.cs Remove use of GetRuntimeInterfaceMap in IsTypeAwaitable (#10572) 2019-06-05 10:58:54 -07:00
CoercedAwaitableInfo.cs
ObjectMethodExecutor.cs
ObjectMethodExecutorAwaitable.cs
ObjectMethodExecutorFSharpSupport.cs