1 write to _UsingIsolatedStore
System.Web.Extensions (1)
ClientServices\Providers\ClientRoleProvider.cs (1)
75_UsingIsolatedStore = true;
6 references to _UsingIsolatedStore
System.Web.Extensions (6)
ClientServices\Providers\ClientRoleProvider.cs (6)
210if (_UsingFileSystemStore || _UsingIsolatedStore) { 211ClientData cd = ClientDataManager.GetUserClientData(_CurrentUser, _UsingIsolatedStore); 252if (_UsingFileSystemStore || _UsingIsolatedStore) { 253ClientData cd = ClientDataManager.GetUserClientData(_CurrentUser, _UsingIsolatedStore); 309if (_UsingFileSystemStore || _UsingIsolatedStore) { 310ClientData cd = ClientDataManager.GetUserClientData(username, _UsingIsolatedStore);