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 Add readonly modifier to readonly structs (#7169) 2019-02-01 15:04:25 +13:00
ObjectMethodExecutor.cs
ObjectMethodExecutorAwaitable.cs Add readonly modifier to readonly structs (#7169) 2019-02-01 15:04:25 +13:00
ObjectMethodExecutorFSharpSupport.cs