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