7 references to JSMarshalAs
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\DefaultWebAssemblyJSRuntime.cs (1)
48[JSMarshalAs<JSType.Number>] long dotNetObjectId,
Services\InternalJSImportMethods.cs (1)
85private static partial void EndUpdateRootComponentsCore([JSMarshalAs<JSType.Number>] long batchId);
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
76private static partial void DisposeJSObjectReferenceById([JSMarshalAs<JSType.Number>] long id);
Microsoft.JSInterop.WebAssembly (2)
InternalCalls.cs (2)
13[JSMarshalAs<JSType.Number>] long targetInstanceId, 16[JSMarshalAs<JSType.Number>] long asyncHandle,
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);