14 references to ToManagedCallback
System.Runtime.InteropServices.JavaScript (14)
System\Runtime\InteropServices\JavaScript\Interop\JavaScriptExports.CoreCLR.cs (2)
51if (callback_gc_handle.Target is JSHostImplementation.ToManagedCallback callback) 82JSHostImplementation.ToManagedCallback callback;
System\Runtime\InteropServices\JavaScript\JSHostImplementation.Types.cs (1)
17public ToManagedCallback? Callback;
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (1)
412ToManagedCallback? holderCallback = null;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
515JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 535JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 559JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 587JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 613JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 637JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 665JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) => 697JSHostImplementation.ToManagedCallback cb = (JSMarshalerArgument* arguments) =>
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (2)
56ToManagedCallback callback = (JSMarshalerArgument* arguments_buffer) => 116ToManagedCallback callback = (JSMarshalerArgument* arguments_buffer) =>