2 writes to Success
Microsoft.JSInterop (2)
Infrastructure\DotNetInvocationResult.cs (2)
21Success = false; 33Success = true;
5 references to Success
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
67if (!invocationResult.Success)
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewJSRuntime.cs (2)
71var resultJsonOrErrorMessage = invocationResult.Success 74_ipcSender.EndInvokeDotNet(invocationInfo.CallId, invocationResult.Success, resultJsonOrErrorMessage);
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
88var resultJsonOrErrorMessage = dispatchResult.Success 91InternalCalls.EndInvokeDotNetFromJS(callInfo.CallId, dispatchResult.Success, resultJsonOrErrorMessage);