1 reference to MakeValueTaskOfUnitToValueTaskExpression
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
146
var typeDef when typeDef == typeof(ValueTask<>) && IsFSharpUnit(genericAwaitableType.GetGenericArguments()[0]) => (typeof(ValueTask),
MakeValueTaskOfUnitToValueTaskExpression
(genericAwaitableType)),