2 types derived from IsolatedStorage
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
12
public sealed partial class IsolatedStorageFile :
IsolatedStorage
, IDisposable
System\IO\IsolatedStorage\IsolatedStorageFile.NonMobile.cs (1)
8
public sealed partial class IsolatedStorageFile :
IsolatedStorage
, IDisposable
2 references to IsolatedStorage
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
332
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.
IsolatedStorage
))]
netstandard (1)
netstandard.cs (1)
933
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.
IsolatedStorage
))]