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