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