1 write to _serializerOptions
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
51
_serializerOptions
= serializerOptions ?? throw new ArgumentNullException(nameof(serializerOptions));
2 references to _serializerOptions
Microsoft.AspNetCore.Components.Server (2)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (2)
136
var typeInfo =
_serializerOptions
.GetTypeInfo(value?.GetType() ?? typeof(object));
148
var typeInfo =
_serializerOptions
.GetTypeInfo(typeof(TValue));