13 references to DotNetDispatcher
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitHost.cs (3)
413DotNetDispatcher.BeginInvokeDotNet(JSRuntime, invocationInfo, argsJson); 447DotNetDispatcher.EndInvokeJS(JSRuntime, arguments); 472DotNetDispatcher.ReceiveByteArray(JSRuntime, id, data);
Microsoft.AspNetCore.Components.WebAssembly (4)
Services\DefaultWebAssemblyJSRuntime.cs (4)
52return DotNetDispatcher.Invoke(Instance, callInfo, argsJson); 63DotNetDispatcher.EndInvokeJS(Instance, argsJson); 92DotNetDispatcher.BeginInvokeDotNet(Instance, state.callInfo, state.argsJson); 157DotNetDispatcher.ReceiveByteArray(Instance, id, data);
Microsoft.AspNetCore.Components.WebView (3)
IpcReceiver.cs (3)
77DotNetDispatcher.BeginInvokeDotNet( 85DotNetDispatcher.EndInvokeJS(pageContext.JSRuntime, argumentsOrError); 90DotNetDispatcher.ReceiveByteArray(pageContext.JSRuntime, id, data);
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (2)
16[assembly: MetadataUpdateHandler(typeof(Microsoft.JSInterop.Infrastructure.DotNetDispatcher.MetadataUpdateHandler))] 35private static readonly MethodInfo _taskConverterMethodInfo = typeof(DotNetDispatcher).GetMethod(nameof(CreateValueTaskConverter), BindingFlags.NonPublic | BindingFlags.Static)!;
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
18private static JsonEncodedText DotNetObjectRefKey => DotNetDispatcher.DotNetObjectRefKey;