1 write to IsAsync
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
157
signature.
IsAsync
= types[0]._signatureType.Type == MarshalerType.Task;
2 references to IsAsync
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (2)
300
if (signature.
IsAsync
)
352
if (signature.
IsAsync
)