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)
667if (_UsingFileSystemStore || _UsingIsolatedStore) 669ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name, _UsingIsolatedStore); 752if (_UsingFileSystemStore || _UsingIsolatedStore) 754ClientData cd = ClientDataManager.GetUserClientData(username, _UsingIsolatedStore); 829if (_UsingFileSystemStore || _UsingIsolatedStore) { 830ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name, _UsingIsolatedStore); 839if (_UsingFileSystemStore || _UsingIsolatedStore) { 840ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name, _UsingIsolatedStore); 849if (_UsingFileSystemStore || _UsingIsolatedStore) { 850ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name, _UsingIsolatedStore); 859if (_UsingFileSystemStore || _UsingIsolatedStore) { 860ClientData cd = ClientDataManager.GetUserClientData(Thread.CurrentPrincipal.Identity.Name, _UsingIsolatedStore);