6 references to DotNetDispatcher
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitHost.cs (3)
413
DotNetDispatcher
.BeginInvokeDotNet(JSRuntime, invocationInfo, argsJson);
447
DotNetDispatcher
.EndInvokeJS(JSRuntime, arguments);
472
DotNetDispatcher
.ReceiveByteArray(JSRuntime, id, data);
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (2)
16
[assembly: MetadataUpdateHandler(typeof(Microsoft.JSInterop.Infrastructure.
DotNetDispatcher
.MetadataUpdateHandler))]
35
private static readonly MethodInfo _taskConverterMethodInfo = typeof(
DotNetDispatcher
).GetMethod(nameof(CreateValueTaskConverter), BindingFlags.NonPublic | BindingFlags.Static)!;
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
18
private static JsonEncodedText DotNetObjectRefKey =>
DotNetDispatcher
.DotNetObjectRefKey;