1 write to MethodIdentifier
Microsoft.JSInterop (1)
Infrastructure\DotNetInvocationInfo.cs (1)
22
MethodIdentifier
= methodIdentifier;
6 references to MethodIdentifier
Microsoft.AspNetCore.Components.Server (5)
Circuits\RemoteJSRuntime.cs (5)
78
errorMessage = $"There was an exception invoking '{invocationInfo.
MethodIdentifier
}'";
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.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
159
var methodIdentifier = callInfo.
MethodIdentifier
;