5 references to Roaming
System.IO.IsolatedStorage (5)
System\IO\IsolatedStorage\Helper.cs (1)
140internal static bool IsRoaming(IsolatedStorageScope scope) => ((scope & IsolatedStorageScope.Roaming) != 0);
System\IO\IsolatedStorage\IsolatedStorage.cs (3)
173case IsolatedStorageScope.Roaming | IsolatedStorageScope.User | IsolatedStorageScope.Assembly: 174case IsolatedStorageScope.Roaming | IsolatedStorageScope.User | IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain: 178case IsolatedStorageScope.Application | IsolatedStorageScope.User | IsolatedStorageScope.Roaming:
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
672IsolatedStorageScope.Roaming)) &&