8 references to GetValue
Microsoft.AspNetCore.Components.Server.Tests (2)
ProtectedBrowserStorageTest.cs (2)
382
Invocations.Add((identifier, [], JSCallType.
GetValue
));
388
Invocations.Add((identifier, [], JSCallType.
GetValue
));
Microsoft.JSInterop (6)
Implementation\JSInProcessObjectReference.cs (1)
52
return _jsRuntime.Invoke<TValue>(identifier, Id, JSCallType.
GetValue
);
Implementation\JSObjectReference.cs (2)
73
return _jsRuntime.InvokeAsync<TValue>(Id, identifier, JSCallType.
GetValue
, null);
81
return _jsRuntime.InvokeAsync<TValue>(Id, identifier, JSCallType.
GetValue
, null);
JSInProcessRuntime.cs (1)
37
=> Invoke<TValue>(identifier, WindowObjectId, JSCallType.
GetValue
);
JSRuntime.cs (2)
97
=> InvokeAsync<TValue>(WindowObjectId, identifier, JSCallType.
GetValue
, null);
101
=> InvokeAsync<TValue>(WindowObjectId, identifier, JSCallType.
GetValue
, cancellationToken, null);