1 write to Scope
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorage.cs (1)
143
Scope
= scope;
10 references to Scope
System.IO.IsolatedStorage (10)
System\IO\IsolatedStorage\IsolatedStorage.cs (3)
23
if (Helper.IsApplication(
Scope
))
34
if (Helper.IsAssembly(
Scope
))
45
if (Helper.IsDomain(
Scope
))
System\IO\IsolatedStorage\IsolatedStorageFile.cs (3)
61
if (Helper.IsRoaming(
Scope
))
625
if (Helper.IsDomain(
Scope
))
706
if (Helper.IsRoaming(
Scope
))
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (4)
55
StringBuilder root = new StringBuilder(Helper.GetRootDirectory(
Scope
));
67
(Helper.IsApplication(
Scope
) && string.Equals(directoryName, s_appFiles, StringComparison.Ordinal))
68
|| (Helper.IsAssembly(
Scope
) && string.Equals(directoryName, s_assemFiles, StringComparison.Ordinal))
69
|| (Helper.IsDomain(
Scope
) && string.Equals(directoryName, s_files, StringComparison.Ordinal));