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