2 implementations of GetValueAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedJavaScriptRuntime.cs (1)
29
public ValueTask<TValue>
GetValueAsync
<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, CancellationToken cancellationToken)
Microsoft.JSInterop (1)
JSRuntime.cs (1)
100
public ValueTask<TValue>
GetValueAsync
<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, CancellationToken cancellationToken)
1 reference to GetValueAsync
Microsoft.JSInterop (1)
JSRuntimeExtensions.cs (1)
186
return jsRuntime.
GetValueAsync
<TValue>(identifier, cancellationToken);