1 write to _rootDirectory
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (1)
49
_rootDirectory
= sb.ToString();
2 references to _rootDirectory
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
27
get { return
_rootDirectory
; }
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (1)
50
Helper.CreateDirectory(
_rootDirectory
, scope);