22 references to JSHostImplementation
System.Runtime.InteropServices.JavaScript (22)
System\Runtime\InteropServices\JavaScript\CancelablePromise.cs (2)
19
JSHostImplementation
.PromiseHolder? holder = promise.AsyncState as
JSHostImplementation
.PromiseHolder;
System\Runtime\InteropServices\JavaScript\Interop\JavaScriptExports.CoreCLR.cs (3)
51
if (callback_gc_handle.Target is
JSHostImplementation
.ToManagedCallback callback)
82
JSHostImplementation
.ToManagedCallback callback;
139
var result =
JSHostImplementation
.BindAssemblyExports(assemblyName);
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (6)
198
return
JSHostImplementation
.BindManagedFunction(fullyQualifiedName, signatureHash, signatures);
246
JSHostImplementation
.ThrowException(ref exceptionArg);
381
JSHostImplementation
.ThrowException(ref exceptionArg);
435
var signature =
JSHostImplementation
.GetMethodSignature(signatures, functionName, moduleName);
447
JSHostImplementation
.FreeMethodSignatureBuffer(signature);
471
JSHostImplementation
.ThrowException(ref exc);
System\Runtime\InteropServices\JavaScript\JSHost.cs (1)
52
return
JSHostImplementation
.ImportAsync(moduleName, moduleUrl, cancellationToken);
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (1)
7
using static System.Runtime.InteropServices.JavaScript.
JSHostImplementation
;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
515
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
535
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
559
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
587
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
613
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
637
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
665
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
697
JSHostImplementation
.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (1)
9
using static System.Runtime.InteropServices.JavaScript.
JSHostImplementation
;