1 write to MethodIdentifier
Microsoft.JSInterop (1)
Infrastructure\DotNetInvocationInfo.cs (1)
22MethodIdentifier = methodIdentifier;
6 references to MethodIdentifier
Microsoft.AspNetCore.Components.Server (5)
Circuits\RemoteJSRuntime.cs (5)
78errorMessage = $"There was an exception invoking '{invocationInfo.MethodIdentifier}'"; 217InvokeStaticDotNetMethodException(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.CallId, exception); 221InvokeInstanceDotNetMethodException(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.CallId, exception); 229InvokeStaticDotNetMethodSuccess(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.CallId); 233InvokeInstanceDotNetMethodSuccess(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.CallId);
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
159var methodIdentifier = callInfo.MethodIdentifier;