3 references to EndInvokeDotNetAfterTask
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (3)
118
task.ContinueWith(t =>
EndInvokeDotNetAfterTask
(t, jsRuntime, invocationInfo), TaskScheduler.Current);
123
valueTaskResult.AsTask().ContinueWith(t =>
EndInvokeDotNetAfterTask
(t, jsRuntime, invocationInfo), TaskScheduler.Current);
131
innerTask!.ContinueWith(t =>
EndInvokeDotNetAfterTask
(t, jsRuntime, invocationInfo), TaskScheduler.Current);