2 writes to m_Scope
mscorlib (2)
system\io\isolatedstorage\isolatedstorage.cs (2)
798m_Scope = scope; 864m_Scope = scope;
5 references to m_Scope
mscorlib (5)
system\io\isolatedstorage\isolatedstorage.cs (5)
155return ((m_Scope & IsolatedStorageScope.Roaming) != 0); 166return ((m_Scope & IsolatedStorageScope.Domain) != 0); 186return ((m_Scope & IsolatedStorageScope.Assembly) != 0); 198return ((m_Scope & IsolatedStorageScope.Application) != 0); 514get { return m_Scope; }