1 write to Options
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorageJsonSerializerOptions.cs (1)
13
Options
= new JsonSerializerOptions(JsonSerializerOptionsProvider.Options);
3 references to Options
Microsoft.AspNetCore.Components.Server (3)
DependencyInjection\ComponentServiceCollectionExtensions.cs (2)
47
services.GetRequiredService<ProtectedBrowserStorageJsonSerializerOptions>().
Options
));
51
services.GetRequiredService<ProtectedBrowserStorageJsonSerializerOptions>().
Options
));
ProtectedBrowserStorage\ProtectedBrowserStorageJsonSerializerOptions.cs (1)
18
Options
.TypeInfoResolverChain.Insert(0, circuitOptions.Value.JsonTypeInfoResolvers[i]);