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)
136var typeInfo = _serializerOptions.GetTypeInfo(value?.GetType() ?? typeof(object)); 148var typeInfo = _serializerOptions.GetTypeInfo(typeof(TValue));