8 references to Task
System.Runtime.InteropServices.JavaScript (8)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
157signature.IsAsync = types[0]._signatureType.Type == MarshalerType.Task;
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (3)
218Type = MarshalerType.Task 240Type = MarshalerType.Task, 491|| underlying == MarshalerType.Task
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (1)
106else if (slot.Type == MarshalerType.Task || slot.Type == MarshalerType.TaskResolved || slot.Type == MarshalerType.TaskRejected)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (3)
206slot.Type = MarshalerType.Task; 292slot.Type = MarshalerType.Task; 371slot.Type = MarshalerType.Task;