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