3 references to IsolatedStorageFileStream
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1260
return new
IsolatedStorageFileStream
(path, mode, this);
System.Web.Extensions (2)
ClientServices\Providers\ClientData.cs (2)
172
using(IsolatedStorageFileStream fs = new
IsolatedStorageFileStream
(FileName, FileMode.Create, f)) {
216
using(IsolatedStorageFileStream fs = new
IsolatedStorageFileStream
(fileName, FileMode.Open, f)) {