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)
84errorMessage = $"There was an exception invoking '{invocationInfo.MethodIdentifier}'"; 268InvokeStaticDotNetMethodException(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.CallId, exception); 272InvokeInstanceDotNetMethodException(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.CallId, exception); 280InvokeStaticDotNetMethodSuccess(logger, invocationInfo.AssemblyName, invocationInfo.MethodIdentifier, invocationInfo.CallId); 284InvokeInstanceDotNetMethodSuccess(logger, invocationInfo.MethodIdentifier, invocationInfo.DotNetObjectId, invocationInfo.CallId);
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
159var methodIdentifier = callInfo.MethodIdentifier;