5 references to
System.IO.IsolatedStorage (5)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (5)
32: this(path, mode, access, access == FileAccess.Read ? FileShare.Read : FileShare.None, DefaultBufferSize, null) 37: this(path, mode, access, access == FileAccess.Read ? FileShare.Read : FileShare.None, DefaultBufferSize, isf) 42: this(path, mode, access, share, DefaultBufferSize, null) 47: this(path, mode, access, share, DefaultBufferSize, isf) 52: this(path, mode, access, share, bufferSize, null)