4 writes to TargetInstanceId
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
112TargetInstanceId = targetInstanceId,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
40TargetInstanceId = targetInstanceId,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
52TargetInstanceId = targetInstanceId,
JSRuntime.cs (1)
158TargetInstanceId = targetInstanceId,
6 references to TargetInstanceId
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
149invocationInfo.TargetInstanceId,
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
60invocationInfo.TargetInstanceId,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
101return InvokeJS(invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);
JSRuntime.cs (1)
211BeginInvokeJS(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
45invocationInfo.TargetInstanceId, 76invocationInfo.TargetInstanceId,