3 writes to UserQuota
mscorlib (1)
system\security\permissions\permissionattributes.cs (1)
1070p.UserQuota = m_userQuota;
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
961storagePermission.UserQuota = GetXpsViewerIsolatedStorageUserQuota();
System (1)
sys\system\configuration\ClientSettingsStore.cs (1)
494storagePerm.UserQuota = size;
2 references to UserQuota
mscorlib (2)
system\io\isolatedstorage\isolatedstorage.cs (2)
1188m_Quota = (ulong) ispAllowed.UserQuota; 1203ulong denied = (ulong) ispDenied.UserQuota;