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