1 write to Scope
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorage.cs (1)
143Scope = scope;
10 references to Scope
System.IO.IsolatedStorage (10)
System\IO\IsolatedStorage\IsolatedStorage.cs (3)
23if (Helper.IsApplication(Scope)) 34if (Helper.IsAssembly(Scope)) 45if (Helper.IsDomain(Scope))
System\IO\IsolatedStorage\IsolatedStorageFile.cs (3)
61if (Helper.IsRoaming(Scope)) 625if (Helper.IsDomain(Scope)) 706if (Helper.IsRoaming(Scope))
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (4)
55StringBuilder 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));