3 references to JSMarshalAs
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
76private static partial void DisposeJSObjectReferenceById([JSMarshalAs<JSType.Number>] long id);
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\Interop\JavaScriptImports.Generated.cs (2)
53[return: JSMarshalAs<JSType.DiscardNoWait>] // this means that the message will arrive out of order, especially across threads. 54public static partial void Log([JSMarshalAs<JSType.String>] string message);