1 write to FullPath
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
118FullPath = isf.GetFullPath(path),
2 references to FullPath
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (2)
72_fullPath = initializationData.FullPath; 124data.NestedStream = new FileStream(data.FullPath, mode, access, share, bufferSize, FileOptions.None);