5 instantiations of JSMarshalAs
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\DefaultWebAssemblyJSRuntime.cs (1)
47[JSMarshalAs<JSType.Number>] long dotNetObjectId,
Services\InternalJSImportMethods.cs (1)
79private static partial void EndUpdateRootComponentsCore([JSMarshalAs<JSType.Number>] long batchId);
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
48private static partial void DisposeJSObjectReferenceById([JSMarshalAs<JSType.Number>] long id);
Microsoft.JSInterop.WebAssembly (2)
InternalCalls.cs (2)
23[JSMarshalAs<JSType.Number>] long targetInstanceId, 26[JSMarshalAs<JSType.Number>] long asyncHandle);