2 writes to Identifier
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
113Identifier = identifier,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
36Identifier = identifier,
12 references to Identifier
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
141Log.BeginInvokeJS(_logger, invocationInfo.AsyncHandle, invocationInfo.Identifier); 146invocationInfo.Identifier,
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
57invocationInfo.Identifier,
Microsoft.JSInterop.Tests (7)
Infrastructure\DotNetDispatcherTest.cs (2)
1086LastInvocationIdentifier = invocationInfo.Identifier; 1100LastInvocationIdentifier = invocationInfo.Identifier;
JSInProcessRuntimeTest.cs (2)
27Assert.Equal("test identifier 1", call.Identifier); 55Assert.Equal("test identifier", call.Identifier);
JSRuntimeTest.cs (3)
28Assert.Equal("test identifier 1", call.Identifier); 33Assert.Equal("test identifier 2", call.Identifier); 285Assert.Equal("test identifier", call.Identifier);
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
44invocationInfo.Identifier, 75invocationInfo.Identifier,