1 write to _UsingIsolatedStore
System.Web.Extensions (1)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (1)
131
_UsingIsolatedStore
= true;
8 references to _UsingIsolatedStore
System.Web.Extensions (8)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (8)
374
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
375
return ClientDataManager.GetAppClientData(
_UsingIsolatedStore
).LastLoggedInUserName;
406
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
407
ClientData cd = ClientDataManager.GetAppClientData(
_UsingIsolatedStore
);
490
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
491
ClientData cd = ClientDataManager.GetUserClientData(username,
_UsingIsolatedStore
);
610
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
611
ClientData cd = ClientDataManager.GetUserClientData(username,
_UsingIsolatedStore
);