4 references to c_AppUser
mscorlib (4)
system\io\isolatedstorage\isolatedstorage.cs (2)
1123
case
c_AppUser
:
1164
(scope ==
c_AppUser
) || (scope == c_AppMachine) ||
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2039
if (scope ==
c_AppUser
)
2694
scope = IsolatedStorage.
c_AppUser
;