1 write to s_machineRootDirectory
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\Helper.cs (1)
47
s_machineRootDirectory
= GetRandomDirectory(GetDataDirectory(scope), scope);
2 references to s_machineRootDirectory
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\Helper.cs (2)
45
if (string.IsNullOrEmpty(
s_machineRootDirectory
))
49
return
s_machineRootDirectory
;