1 write to CallId
Microsoft.JSInterop (1)
Infrastructure\DotNetInvocationInfo.cs (1)
20
CallId
= callId;
9 references to CallId
Microsoft.AspNetCore.Components.Server (6)
Circuits\RemoteJSRuntime.cs (6)
94
invocationInfo.
CallId
,
102
invocationInfo.
CallId
,
268
InvokeStaticDotNetMethodException(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
, exception);
272
InvokeInstanceDotNetMethodException(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
, exception);
280
InvokeStaticDotNetMethodSuccess(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
);
284
InvokeInstanceDotNetMethodSuccess(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
74
_ipcSender.EndInvokeDotNet(invocationInfo.
CallId
, invocationResult.Success, resultJsonOrErrorMessage);
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
85
var callId = invocationInfo.
CallId
;
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
91
InternalCalls.EndInvokeDotNetFromJS(callInfo.
CallId
, dispatchResult.Success, resultJsonOrErrorMessage);