7 writes to m_Quota
mscorlib (7)
system\io\isolatedstorage\isolatedstorage.cs (7)
419m_Quota = (ulong) value; 1181m_Quota = 0; 1186m_Quota = Int64.MaxValue; 1188m_Quota = (ulong) ispAllowed.UserQuota; 1199m_Quota = 0; 1206m_Quota = 0; 1208m_Quota -= denied;
3 references to m_Quota
mscorlib (3)
system\io\isolatedstorage\isolatedstorage.cs (3)
374return m_Quota; 410return (long) m_Quota; 1205if (denied > m_Quota)