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)
374if (_UsingFileSystemStore || _UsingIsolatedStore) { 375return ClientDataManager.GetAppClientData(_UsingIsolatedStore).LastLoggedInUserName; 406if (_UsingFileSystemStore || _UsingIsolatedStore) { 407ClientData cd = ClientDataManager.GetAppClientData(_UsingIsolatedStore); 490if (_UsingFileSystemStore || _UsingIsolatedStore) { 491ClientData cd = ClientDataManager.GetUserClientData(username, _UsingIsolatedStore); 610if (_UsingFileSystemStore || _UsingIsolatedStore) { 611ClientData cd = ClientDataManager.GetUserClientData(username, _UsingIsolatedStore);