You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
usingSystem.Collections.Generic;
usingSystem.Diagnostics.CodeAnalysis;
namespaceSystem.Web.WebPages.Scope
{
publicinterfaceIScopeStorageProvider
{
[SuppressMessage("Microsoft.Usage","CA2227:CollectionPropertiesShouldBeReadOnly",Justification="The state storage API is designed to allow contexts to be set")]