2 writes to _UsingIsolatedStore
System.Web.Extensions (2)
ClientServices\Providers\ClientSettingsProvider.cs (2)
144
_UsingIsolatedStore
= false;
201
_UsingIsolatedStore
= true;
12 references to _UsingIsolatedStore
System.Web.Extensions (12)
ClientServices\Providers\ClientSettingsProvider.cs (12)
667
if (_UsingFileSystemStore ||
_UsingIsolatedStore
)
669
ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name,
_UsingIsolatedStore
);
752
if (_UsingFileSystemStore ||
_UsingIsolatedStore
)
754
ClientData cd = ClientDataManager.GetUserClientData(username,
_UsingIsolatedStore
);
829
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
830
ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name,
_UsingIsolatedStore
);
839
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
840
ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name,
_UsingIsolatedStore
);
849
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
850
ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name,
_UsingIsolatedStore
);
859
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
860
ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name,
_UsingIsolatedStore
);