1 write to CallId
Microsoft.JSInterop (1)
Infrastructure\DotNetInvocationInfo.cs (1)
20
CallId
= callId;
7 references to CallId
Microsoft.AspNetCore.Components.Server (6)
Circuits\RemoteJSRuntime.cs (6)
88
invocationInfo.
CallId
,
96
invocationInfo.
CallId
,
262
InvokeStaticDotNetMethodException(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
, exception);
266
InvokeInstanceDotNetMethodException(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
, exception);
274
InvokeStaticDotNetMethodSuccess(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.
CallId
);
278
InvokeInstanceDotNetMethodSuccess(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.
CallId
);
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
85
var callId = invocationInfo.
CallId
;