1 write to NestedStream
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
124
data.
NestedStream
= new FileStream(data.FullPath, mode, access, share, bufferSize, FileOptions.None);
2 references to NestedStream
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (2)
68
: base(new SafeFileHandle(initializationData.
NestedStream
.SafeFileHandle.DangerousGetHandle(), ownsHandle: false), access, bufferSize)
73
_fs = initializationData.
NestedStream
;