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)
210
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
211
ClientData cd = ClientDataManager.GetUserClientData(_CurrentUser,
_UsingIsolatedStore
);
252
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
253
ClientData cd = ClientDataManager.GetUserClientData(_CurrentUser,
_UsingIsolatedStore
);
309
if (_UsingFileSystemStore ||
_UsingIsolatedStore
) {
310
ClientData cd = ClientDataManager.GetUserClientData(username,
_UsingIsolatedStore
);