1 write to CallId
Microsoft.JSInterop (1)
Infrastructure\DotNetInvocationInfo.cs (1)
20
CallId
= callId;
11 references to CallId
Microsoft.AspNetCore.Components.Server (6)
Circuits\RemoteJSRuntime.cs (6)
88
invocationInfo.
CallId
,
96
invocationInfo.
CallId
,
217
InvokeStaticDotNetMethodException(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
, exception);
221
InvokeInstanceDotNetMethodException(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
, exception);
229
InvokeStaticDotNetMethodSuccess(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
);
233
InvokeInstanceDotNetMethodSuccess(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
46
_ipcSender.EndInvokeDotNet(invocationInfo.
CallId
, invocationResult.Success, resultJsonOrErrorMessage);
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
85
var callId = invocationInfo.
CallId
;
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (1)
1058
LastCompletionCallId = invocationInfo.
CallId
;
JSRuntimeTest.cs (1)
478
CallId = invocationInfo.
CallId
,
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
51
InternalCalls.EndInvokeDotNetFromJS(callInfo.
CallId
, dispatchResult.Success, resultJsonOrErrorMessage);