5 references to IsDomain
System.IO.IsolatedStorage (5)
System\IO\IsolatedStorage\IsolatedStorage.cs (2)
45
if (Helper.
IsDomain
(Scope))
153
if (Helper.
IsDomain
(scope))
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
625
if (Helper.
IsDomain
(Scope))
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (2)
39
else if (Helper.
IsDomain
(scope))
69
|| (Helper.
IsDomain
(Scope) && string.Equals(directoryName, s_files, StringComparison.Ordinal));