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