1 instantiation of IsolatedStorageSecurityState
mscorlib (1)
system\io\isolatedstorage\isolatedstoragesecuritystate.cs (1)
107IsolatedStorageSecurityState state = new IsolatedStorageSecurityState();
4 references to IsolatedStorageSecurityState
mscorlib (4)
system\io\isolatedstorage\isolatedstoragefile.cs (2)
420IsolatedStorageSecurityState s = IsolatedStorageSecurityState.CreateStateToIncreaseQuotaForApplication(newQuotaSize, Quota - AvailableFreeSpace);
system\io\isolatedstorage\isolatedstoragesecuritystate.cs (2)
106internal static IsolatedStorageSecurityState CreateStateToIncreaseQuotaForApplication(Int64 newQuota, Int64 usedSize) { 107IsolatedStorageSecurityState state = new IsolatedStorageSecurityState();