11 references to Domain
mscorlib (11)
system\io\isolatedstorage\isolatedstorage.cs (8)
73
IsolatedStorageScope.
Domain
);
84
IsolatedStorageScope.
Domain
);
93
IsolatedStorageScope.
Domain
);
161
return ((scope & IsolatedStorageScope.
Domain
) != 0);
166
return ((m_Scope & IsolatedStorageScope.
Domain
) != 0);
859
IsolatedStorageScope.
Domain
, out typeHash, out instanceHash);
989
if (fAssmDomApp == IsolatedStorageScope.
Domain
)
1009
if (fAssmDomApp == IsolatedStorageScope.
Domain
)
system\io\isolatedstorage\isolatedstoragefile.cs (3)
98
IsolatedStorageScope.
Domain
|
134
IsolatedStorageScope.
Domain
|
1719
CreateIDFile(sb.ToString(), IsolatedStorageScope.
Domain
);