1 write to ImportHandle
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
147
signature.
ImportHandle
= (int)JSFunctionBinding.nextImportHandle++;
2 references to ImportHandle
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (1)
374
Interop.Runtime.InvokeJSImportST(signature.
ImportHandle
, (nint)args);
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
160
signature.Header[0].ImportHandle = signature.
ImportHandle
;